diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-06-12 12:53:38 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-06-12 12:53:38 +0000 |
commit | 4a8155b53c2ac01f90ab81c2c77845e82dc36103 (patch) | |
tree | e99466b3e81ce527bf9ba668287d3466e878c898 | |
parent | 80d6d5c5c411e9f10e1d4015b1d4a22739875b9d (diff) |
store HAVE_LIBZ as an automake conditional
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
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 |