summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--unix/configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/configure.in b/unix/configure.in
index af7a456..5ecbb81 100644
--- a/unix/configure.in
+++ b/unix/configure.in
@@ -3,7 +3,7 @@ dnl This file is an input file used by the GNU "autoconf" program to
dnl generate the file "configure", which is run during Tcl installation
dnl to configure the system for the local environment.
#
-# RCS: @(#) $Id: configure.in,v 1.197 2008/12/18 15:24:46 dkf Exp $
+# RCS: @(#) $Id: configure.in,v 1.198 2008/12/18 22:20:32 dkf Exp $
AC_INIT([tcl],[8.6])
AC_PREREQ(2.59)
@@ -129,7 +129,7 @@ AS_IF([test $zlib_ok = yes], [
AC_MSG_WARN([todo: Add compat/zlib to list of things to build])
])])
AS_IF([test $zlib_ok = no], [
- AC_SUBST(ZLIB_DIR,[${TOP_DIR}/compat/zlib/])
+ AC_SUBST(ZLIB_DIR,[\${TOP_DIR}/compat/zlib/])
AC_SUBST(ZLIB_LIB,[libz.a])
CFLAGS="$CFLAGS -I\${ZLIB_DIR}"
])