Changeset - r5515:4cd409220f80
[Not reviewed]
master
0 1 0
rubidium - 18 years ago 2007-01-03 23:55:37
rubidium@openttd.org
(svn r7813) -Fix (r7799): it is $with_zlib, not $zlib.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
config.lib
Show inline comments
 
@@ -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
0 comments (0 inline, 0 general)