1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-20 01:02:44 +02:00

Make --without-included-zlib work as

expected. Reported by Norihiko Murase.
This commit is contained in:
Werner Koch 2005-01-17 10:13:59 +00:00
parent 3a71b7f87f
commit 4440af47f7
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2005-01-17 Werner Koch <wk@g10code.com>
* configure.ac: Make --without-included-zlib work as
expected. Reported by Norihiko Murase.
2005-01-03 David Shaw <dshaw@jabberwocky.com>
* configure.ac: Use new GNUPG_CHECK_LIBUSB macro.

View File

@ -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