From: Tomi Ollila Date: Sat, 12 Apr 2014 16:30:22 +0000 (+0300) Subject: configure: add $(ZLIB_CFLAGS) to CONFIGURE_CFLAGS X-Git-Tag: 0.18_rc0~30 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=3921d2345a33311d6b87d42fe24eb67a2c56b8ff configure: add $(ZLIB_CFLAGS) to CONFIGURE_CFLAGS As it is defined in CONFIGURE_CXXFLAGS. --- diff --git a/configure b/configure index b8a3ce76..f4475814 100755 --- a/configure +++ b/configure @@ -908,6 +908,7 @@ WITH_ZSH = ${WITH_ZSH} # Combined flags for compiling and linking against all of the above CONFIGURE_CFLAGS = -DHAVE_GETLINE=\$(HAVE_GETLINE) \$(GMIME_CFLAGS) \\ + \$(ZLIB_CFLAGS) \\ \$(TALLOC_CFLAGS) -DHAVE_VALGRIND=\$(HAVE_VALGRIND) \\ \$(VALGRIND_CFLAGS) \\ -DHAVE_STRCASESTR=\$(HAVE_STRCASESTR) \\