summaryrefslogtreecommitdiffstats
path: root/unix/configure.in
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2008-12-18 22:20:32 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2008-12-18 22:20:32 (GMT)
commit5fd46b5947bec8396c693bac1c09d5d518c9f58a (patch)
tree8e471375d01de5007bcd4dec58cb1502f0403927 /unix/configure.in
parent2cc77fb13283a1fb2330293fd0d7326b5569ec4c (diff)
downloadtcl-5fd46b5947bec8396c693bac1c09d5d518c9f58a.zip
tcl-5fd46b5947bec8396c693bac1c09d5d518c9f58a.tar.gz
tcl-5fd46b5947bec8396c693bac1c09d5d518c9f58a.tar.bz2
Wizzardry need more backslash!
Diffstat (limited to 'unix/configure.in')
-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}"
])