aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2005-01-17 10:13:59 +0000
committerWerner Koch <[email protected]>2005-01-17 10:13:59 +0000
commit658d1e730269fe16738d21d8ac06d7dd49e5b3a1 (patch)
tree8e2b7c7598624a44973dbc0b39f4d886b5308afe
parentpost release updates (diff)
downloadgnupg-658d1e730269fe16738d21d8ac06d7dd49e5b3a1.tar.gz
gnupg-658d1e730269fe16738d21d8ac06d7dd49e5b3a1.zip
Make --without-included-zlib work as
expected. Reported by Norihiko Murase.
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c8affc537..c74e87f45 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-01-17 Werner Koch <[email protected]>
+
+ * configure.ac: Make --without-included-zlib work as
+ expected. Reported by Norihiko Murase.
+
2004-12-27 Werner Koch <[email protected]>
Released 1.2.7.
diff --git a/configure.ac b/configure.ac
index 3d9031ca8..1aa79f9e1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -237,7 +237,7 @@ if test "$use_exec" = yes ; then
AC_MSG_CHECKING([whether 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