ac-archive-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: code error -typo- in check_zlib.m4


From: Peter Simons
Subject: Re: code error -typo- in check_zlib.m4
Date: 25 Feb 2004 00:05:39 +0100

intrepid  writes:

 > *** src/src.ref/autoconf-macros-ext/check_zlib.m4    Sun Dec  7 07:38:20 2003
 > --- src/src.hacked/autoconf-macros-ext/check_zlib.m4 Tue Feb 24 08:17:04 2004
 > ***************
 > *** 57,63 ****
 >           AC_LANG_SAVE
 >           AC_LANG_C
 >           AC_CHECK_LIB(z, inflateEnd, [zlib_cv_libz=yes], [zlib_cv_libz=no])
 > !         AC_CHECK_HEADER(zlib.h, [zlib_cv_zlib_h=yes], [zlib_cvs_zlib_h=no])
 >           AC_LANG_RESTORE
 >           if test "$zlib_cv_libz" = "yes" -a "$zlib_cv_zlib_h" = "yes"
 >           then
 > --- 57,63 ----
 >           AC_LANG_SAVE
 >           AC_LANG_C
 >           AC_CHECK_LIB(z, inflateEnd, [zlib_cv_libz=yes], [zlib_cv_libz=no])
 > !         AC_CHECK_HEADER(zlib.h, [zlib_cv_zlib_h=yes], [zlib_cv_zlib_h=no])
 >           AC_LANG_RESTORE
 >           if test "$zlib_cv_libz" = "yes" -a "$zlib_cv_zlib_h" = "yes"
 >           then

Interesting, how these things go unnoticed for ages, isn't
it? ;-) I fixed the typo in the archive; a CC goes to Loic,
so he's aware of the problem.

Thanks for the report!

Peter




reply via email to

[Prev in Thread] Current Thread [Next in Thread]