From 5fd46b5947bec8396c693bac1c09d5d518c9f58a Mon Sep 17 00:00:00 2001 From: dkf Date: Thu, 18 Dec 2008 22:20:32 +0000 Subject: Wizzardry need more backslash! --- unix/configure.in | 4 ++-- 1 file 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}" ]) -- cgit v0.12