From bf7a9ae0eb197dd3997c1eedaf292b9c91faf8f5 Mon Sep 17 00:00:00 2001 From: Brian Bruns Date: Thu, 17 Jun 2010 19:03:06 -0400 Subject: [PATCH] Debian patch 055-iconv-config from Rene Engelhard --- configure.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/configure.in b/configure.in index 4e214b0..ce757a4 100644 --- a/configure.in +++ b/configure.in @@ -22,6 +22,12 @@ AC_TYPE_SIZE_T AM_ICONV +# add -DHAVE_INCONV to CFLAGS. We should not use #include in +# public headers +if test "$am_cv_func_iconv" = "yes"; then + CFLAGS="$CFLAGS -DHAVE_ICONV" +fi + dnl no optional stuff by default OPTDIRS=""