Mercurial > hg > openttd
comparison config.lib @ 5515:81f2da361293 draft
(svn r7813) -Fix (r7799): it is $with_zlib, not $zlib.
author | rubidium <rubidium@openttd.org> |
---|---|
date | Wed, 03 Jan 2007 23:55:37 +0000 |
parents | 0208f8f3a1b7 |
children | 53ee3b852d46 |
comparison
equal
deleted
inserted
replaced
5514:cfaeee1fbba2 | 5515:81f2da361293 |
---|---|
1670 exit 1 | 1670 exit 1 |
1671 fi | 1671 fi |
1672 fi | 1672 fi |
1673 else | 1673 else |
1674 # Make sure it exists | 1674 # Make sure it exists |
1675 if [ -f "$zlib" ] | 1675 if [ -f "$with_zlib" ] |
1676 then | 1676 then |
1677 zlib=`ls $with_zlib 2>/dev/null` | 1677 zlib=`ls $with_zlib 2>/dev/null` |
1678 else | 1678 else |
1679 zlib=`ls $with_zlib/libz.a 2>/dev/null` | 1679 zlib=`ls $with_zlib/libz.a 2>/dev/null` |
1680 fi | 1680 fi |