[PATCH 1/1] configure: add $(ZLIB_CFLAGS) to CONFIGURE_CFLAGS
Tomi Ollila
tomi.ollila at iki.fi
Sat Apr 12 09:30:22 PDT 2014
As it is defined in CONFIGURE_CXXFLAGS.
---
configure | 1 +
1 file changed, 1 insertion(+)
diff --git a/configure b/configure
index b8a3ce7..f447581 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) \\
--
1.8.0
More information about the notmuch
mailing list