Skip to content
Snippets Groups Projects
Commit 4a8155b5 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

store HAVE_LIBZ as an automake conditional

parent 80d6d5c5
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment