From: Daniel Stenberg Date: Thu, 12 Jun 2003 12:53:38 +0000 (+0000) Subject: store HAVE_LIBZ as an automake conditional X-Git-Tag: curl-7_10_6~122 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4a8155b53c2ac01f90ab81c2c77845e82dc36103;p=curl store HAVE_LIBZ as an automake conditional --- diff --git a/configure.ac b/configure.ac index 2707aa2e4..0430e9722 100644 --- a/configure.ac +++ b/configure.ac @@ -684,6 +684,9 @@ case "$OPT_ZLIB" in ;; esac +dnl set variable for use in automakefile(s) +AM_CONDITIONAL(HAVE_LIBZ, test x"$HAVE_LIBZ" = x1) + dnl Default is to try the thread-safe versions of a few functions OPT_THREAD=on