diff options
author | Graeme Gregory <dp@xora.org.uk> | 2007-10-30 15:44:53 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2007-10-30 15:44:53 +0000 |
commit | 2e9c16b3413ffd1a4fd4f6d34e60c052e3179eee (patch) | |
tree | c9b3d63bce6d6123e649014ad37966cf0a46e4e2 /packages/tinymail/libtinymail-0.0.3/no-iconv-detect.patch | |
parent | bdfe100ca6abd199594d3171a5911e4223da49a0 (diff) | |
parent | ff6db4227501fef91b4fc414b85b5f547e677247 (diff) |
merge of '4f64cc3dea865c4685261d303267199508fc3487'
and '651defa9295237cd8d3fc50ef043ba40c901030c'
Diffstat (limited to 'packages/tinymail/libtinymail-0.0.3/no-iconv-detect.patch')
-rw-r--r-- | packages/tinymail/libtinymail-0.0.3/no-iconv-detect.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/packages/tinymail/libtinymail-0.0.3/no-iconv-detect.patch b/packages/tinymail/libtinymail-0.0.3/no-iconv-detect.patch new file mode 100644 index 0000000000..cfda4cb0f2 --- /dev/null +++ b/packages/tinymail/libtinymail-0.0.3/no-iconv-detect.patch @@ -0,0 +1,18 @@ +--- m4/ticonv.m4~ 2007-10-30 13:57:32.000000000 +0100 ++++ trunk/m4/ticonv.m4 2007-10-30 13:57:32.000000000 +0100 +@@ -76,15 +76,6 @@ + + CFLAGS="$CFLAGS -I$srcdir" + +-AC_MSG_CHECKING(preferred charset formats for system iconv) +-AC_RUN_IFELSE([AC_LANG_SOURCE([[ +-#define CONFIGURE_IN +-#include "iconv-detect.c" +-]])],[ +- AC_MSG_RESULT(found) +-],[ +- AC_MSG_RESULT(not found) +-],[]) + + CFLAGS="$save_CFLAGS" + LIBS="$save_LIBS" |