mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-03 12:11:33 +01:00
Make --without-included-zlib work as
expected. Reported by Norihiko Murase.
This commit is contained in:
parent
3a71b7f87f
commit
4440af47f7
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user