summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authordgp@users.sourceforge.net <dgp>2005-06-21 14:17:04 (GMT)
committerdgp@users.sourceforge.net <dgp>2005-06-21 14:17:04 (GMT)
commit9d7820409ef0d26dccd4006456978b59a9d69b5d (patch)
tree8c178a62cb43ff5bd8947fb88b9cc249102017e5 /unix
parent73e0315f2432cf689f7d5e980f292dd906fe7b11 (diff)
downloadtcl-9d7820409ef0d26dccd4006456978b59a9d69b5d.zip
tcl-9d7820409ef0d26dccd4006456978b59a9d69b5d.tar.gz
tcl-9d7820409ef0d26dccd4006456978b59a9d69b5d.tar.bz2
autoconf
Diffstat (limited to 'unix')
-rwxr-xr-xunix/configure5
1 files changed, 3 insertions, 2 deletions
diff --git a/unix/configure b/unix/configure
index af546e1..421b7cd 100755
--- a/unix/configure
+++ b/unix/configure
@@ -9140,6 +9140,7 @@ echo "${ECHO_T}yes (standard debugging)" >&6
fi
+ ### FIXME: Surely TCL_CFG_DEBUG should be set to whether we're debugging?
cat >>confdefs.h <<\_ACEOF
#define TCL_CFG_DEBUG 1
@@ -9154,7 +9155,7 @@ _ACEOF
fi
- if test "$tcl_ok" = "compile" -o "$tcl_ok" = "all"; then
+ if test "$tcl_ok" = "compile" -o "$tcl_ok" = "all"; then
cat >>confdefs.h <<\_ACEOF
#define TCL_COMPILE_DEBUG 1
@@ -9165,7 +9166,7 @@ cat >>confdefs.h <<\_ACEOF
#define TCL_COMPILE_STATS 1
_ACEOF
- fi
+ fi
if test "$tcl_ok" != "yes" -a "$tcl_ok" != "no"; then
if test "$tcl_ok" = "all"; then