diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2008-12-18 22:21:48 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2008-12-18 22:21:48 (GMT) |
commit | fc3bc1654b05755254916cc7c530af24641a9519 (patch) | |
tree | 08e90eb8b4f5779cb8c67cedfbb8ef58474eb766 /unix/configure | |
parent | 5fd46b5947bec8396c693bac1c09d5d518c9f58a (diff) | |
download | tcl-fc3bc1654b05755254916cc7c530af24641a9519.zip tcl-fc3bc1654b05755254916cc7c530af24641a9519.tar.gz tcl-fc3bc1654b05755254916cc7c530af24641a9519.tar.bz2 |
regen
Diffstat (limited to 'unix/configure')
-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 |