We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e75aaa commit 3af67b9Copy full SHA for 3af67b9
configure.ac
@@ -1095,10 +1095,11 @@ else
1095
AC_MSG_RESULT(no)
1096
fi
1097
1098
-# We default to using our zlib unless --with-included-zlib=no is given.
1099
-if test x"$with_included_zlib" != x"no"; then
1100
- with_included_zlib=yes
1101
-elif test x"$ac_cv_header_zlib_h" != x"yes"; then
+# We default to not using our zlib unless --with-included-zlib=yes is given.
+if test x"$with_included_zlib" != x"yes"; then
+ with_included_zlib=no
+fi
1102
+if test x"$ac_cv_header_zlib_h" != x"yes"; then
1103
with_included_zlib=yes
1104
1105
if test x"$with_included_zlib" != x"yes"; then
0 commit comments