commit b950d30bc50d5e52ac1a0ab7050e5ce0b6a35e82
Author: Gisle Vanem <[email protected]>
Date: Mon Nov 18 15:01:37 2013 +0000
Add "{+|-}zlib" to 'compiled_features[]'.
diff --git a/src/build_info.c.in b/src/build_info.c.in
index 7298149..471ba40 100644
--- a/src/build_info.c.in
+++ b/src/build_info.c.in
@@ -7,6 +7,7 @@ large-file (SIZEOF_OFF_T >= 8) || defined WINDOWS
nls defined ENABLE_NLS
ntlm defined ENABLE_NTLM
opie defined ENABLE_OPIE
+zlib defined HAVE_LIBZ
ssl choice:
openssl defined HAVE_LIBSSL || defined HAVE_LIBSSL32
----------
--gv