(svn r7813) -Fix (r7799): it is $with_zlib, not $zlib.

This commit is contained in:
rubidium 2007-01-03 23:55:37 +00:00
parent 1987b32a8d
commit 825eb245c4
1 changed files with 1 additions and 1 deletions

View File

@ -1672,7 +1672,7 @@ detect_zlib() {
fi
else
# Make sure it exists
if [ -f "$zlib" ]
if [ -f "$with_zlib" ]
then
zlib=`ls $with_zlib 2>/dev/null`
else