From 4440af47f7a0eb105f07303368aafacb84995868 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 17 Jan 2005 10:13:59 +0000 Subject: Make --without-included-zlib work as expected. Reported by Norihiko Murase. --- ChangeLog | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3836f1a72..c18c95258 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-01-17 Werner Koch + + * configure.ac: Make --without-included-zlib work as + expected. Reported by Norihiko Murase. + 2005-01-03 David Shaw * configure.ac: Use new GNUPG_CHECK_LIBUSB macro. diff --git a/configure.ac b/configure.ac index 4d728bdac..38d0ff139 100644 --- a/configure.ac +++ b/configure.ac @@ -351,7 +351,7 @@ dnl LDAP is defined only after we confirm the library is available later AC_MSG_CHECKING([whether the included zlib is requested]) AC_ARG_WITH(included-zlib, [ --with-included-zlib use the zlib code included here], -[g10_force_zlib=yes], [g10_force_zlib=no] ) +[g10_force_zlib="$withval"], [g10_force_zlib=no] ) AC_MSG_RESULT($g10_force_zlib) dnl -- cgit v1.2.3