mirror of
https://github.com/moparisthebest/curl
synced 2025-03-07 20:59:41 -05:00
store HAVE_LIBZ as an automake conditional
This commit is contained in:
parent
80d6d5c5c4
commit
4a8155b53c
@ -684,6 +684,9 @@ case "$OPT_ZLIB" in
|
|||||||
;;
|
;;
|
||||||
esac
|
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
|
dnl Default is to try the thread-safe versions of a few functions
|
||||||
OPT_THREAD=on
|
OPT_THREAD=on
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user