mirror of
git://git.gnupg.org/gnupg.git
synced 2024-11-11 21:48:50 +01:00
Make --without-included-zlib work as
expected. Reported by Norihiko Murase.
This commit is contained in:
parent
6553d897ae
commit
658d1e7302
@ -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>
|
2004-12-27 Werner Koch <wk@g10code.com>
|
||||||
|
|
||||||
Released 1.2.7.
|
Released 1.2.7.
|
||||||
|
@ -237,7 +237,7 @@ if test "$use_exec" = yes ; then
|
|||||||
AC_MSG_CHECKING([whether included zlib is requested])
|
AC_MSG_CHECKING([whether included zlib is requested])
|
||||||
AC_ARG_WITH(included-zlib,
|
AC_ARG_WITH(included-zlib,
|
||||||
[ --with-included-zlib use the zlib code included here],
|
[ --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)
|
AC_MSG_RESULT($g10_force_zlib)
|
||||||
|
|
||||||
dnl
|
dnl
|
||||||
|
Loading…
Reference in New Issue
Block a user