1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-09-24 15:31:41 +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 6553d897ae
commit 658d1e7302
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.
2004-12-27 Werner Koch <wk@g10code.com>
Released 1.2.7.

View File

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