Update of /cvsroot/libsnet/libsnet
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv2709
Modified Files:
aclocal.m4 configure
Log Message:
Correctly find zlib. Thanks Jim Foraker. [ Patch 1728580 ]
Index: aclocal.m4
===================================================================
RCS file: /cvsroot/libsnet/libsnet/aclocal.m4,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** aclocal.m4 23 May 2006 16:01:49 -0000 1.10
--- aclocal.m4 31 May 2007 17:44:39 -0000 1.11
***************
*** 86,90 ****
if test x_$withval != x_no; then
if test x_$withval != x_yes -a \! -z "$withval"; then
! zlibdirs="$answer"
fi
for dir in $zlibdirs; do
--- 86,90 ----
if test x_$withval != x_no; then
if test x_$withval != x_yes -a \! -z "$withval"; then
! zlibdirs="$withval"
fi
for dir in $zlibdirs; do
Index: configure
===================================================================
RCS file: /cvsroot/libsnet/libsnet/configure,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** configure 23 May 2006 16:01:49 -0000 1.17
--- configure 31 May 2007 17:44:39 -0000 1.18
***************
*** 2541,2545 ****
if test x_$withval != x_no; then
if test x_$withval != x_yes -a \! -z "$withval"; then
! zlibdirs="$answer"
fi
for dir in $zlibdirs; do
--- 2541,2545 ----
if test x_$withval != x_no; then
if test x_$withval != x_yes -a \! -z "$withval"; then
! zlibdirs="$withval"
fi
for dir in $zlibdirs; do
|