From f068619a503f4d64f3d88a3209a68aef34498fa9 Mon Sep 17 00:00:00 2001 From: dgp Date: Tue, 21 Jun 2005 14:17:04 +0000 Subject: autoconf --- unix/configure | 5 +++-- 1 file 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 -- cgit v0.12