diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2013-07-08 17:52:38 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2013-07-08 17:52:38 +0000 |
commit | 538c049521fdcd735cb27449b76a4fbfeb3dabe1 (patch) | |
tree | afd555ac627c116156092082bd42d104d82c6d25 | |
parent | 1f2aa72a828035cc31ea64010025f9298085dbd7 (diff) |
zlib
-rwxr-xr-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -15434,11 +15434,14 @@ fi fi +# Added 'RX - totally fucked up script +if test ! -f "${ZLIB_HOME}/include/zlib.h" ZLIB_HOME=/usr/local if test ! -f "${ZLIB_HOME}/include/zlib.h" then ZLIB_HOME=/usr fi +fi # # Locate zlib, if wanted |