Can you fix this error please ? If --with-zlib= is used with configure, LDFLAGS and CPPFLAGS are just ignored and overwritten which is not very nice and leads to linker errors.

Thanks.

--- configure.in     Sun May  1 02:47:39 2005
+++ configure.in Thu May 12 18:00:47 2005
@@ -120,8 +120,8 @@
     fi

     if test "$ZLIB_HOME" != "/usr"; then
-       LDFLAGS="$LDFLAGS -L$ZLIB_HOME/lib"
-       CPPFLAGS="$CPPFLAGS -I$ZLIB_HOME/include"
+       LDFLAGS+="$LDFLAGS -L$ZLIB_HOME/lib"
+       CPPFLAGS+="$CPPFLAGS -I$ZLIB_HOME/include"


Martin Blapp, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> ------------------------------------------------------------------ ImproWare AG, UNIXSP & ISP, Zurlindenstrasse 29, 4133 Pratteln, CH Phone: +41 61 826 93 00 Fax: +41 61 826 93 01 PGP: <finger -l [EMAIL PROTECTED]> PGP Fingerprint: B434 53FC C87C FE7B 0A18 B84C 8686 EF22 D300 551E ------------------------------------------------------------------ _______________________________________________ http://lurker.clamav.net/list/clamav-devel.html

Reply via email to