1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-09-01 10:59:12 +00:00

(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

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