aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-08-16 22:08:09 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-08-16 22:09:06 +0800
commitc4716bf2e904a4bcf573ee30841378c1f53092ee (patch)
treea7786e7807c0578f7e9a4d30b1307f0bbd670f23 /configure.ac
parentad17dfabe588f03cc21e4ee5aca86f4c540e517e (diff)
downloadgsoc2013-evolution-c4716bf2e904a4bcf573ee30841378c1f53092ee.tar
gsoc2013-evolution-c4716bf2e904a4bcf573ee30841378c1f53092ee.tar.gz
gsoc2013-evolution-c4716bf2e904a4bcf573ee30841378c1f53092ee.tar.bz2
gsoc2013-evolution-c4716bf2e904a4bcf573ee30841378c1f53092ee.tar.lz
gsoc2013-evolution-c4716bf2e904a4bcf573ee30841378c1f53092ee.tar.xz
gsoc2013-evolution-c4716bf2e904a4bcf573ee30841378c1f53092ee.tar.zst
gsoc2013-evolution-c4716bf2e904a4bcf573ee30841378c1f53092ee.zip
Don't stomp on the warning flags.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 938fea054d..535d982e7f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -341,6 +341,7 @@ if test "$have_iconv" = no; then
fi
AC_SUBST(ICONV_LIBS)
+save_CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS -I$srcdir"
AC_MSG_CHECKING([preferred charset name formats for system iconv])