diff options
Diffstat (limited to 'unix')
-rwxr-xr-x | unix/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/configure b/unix/configure index bd346ab..84d9b47 100755 --- a/unix/configure +++ b/unix/configure @@ -6618,7 +6618,7 @@ fi if test $zlib_ok = no; then - ZLIB_DIR=${TOP_DIR}/compat/zlib/ + ZLIB_DIR=\${TOP_DIR}/compat/zlib/ ZLIB_LIB=libz.a |