summaryrefslogtreecommitdiffstats
path: root/unix/configure.in
diff options
context:
space:
mode:
authorescoffon <escoffon@noemail.net>1998-07-17 15:44:43 (GMT)
committerescoffon <escoffon@noemail.net>1998-07-17 15:44:43 (GMT)
commit83df5de2efc3dac5fa176d51126953f5f9fe497d (patch)
treecb625171d4f5f4aaa92bb8c5e1e6d630a1913eea /unix/configure.in
parente3f6353c4d6f81effda04daaab12f33aa8549748 (diff)
downloadtk-83df5de2efc3dac5fa176d51126953f5f9fe497d.zip
tk-83df5de2efc3dac5fa176d51126953f5f9fe497d.tar.gz
tk-83df5de2efc3dac5fa176d51126953f5f9fe497d.tar.bz2
deleted debug statements in configure.in that were mistakely left in
FossilOrigin-Name: 7eaa7d47b3de954e04c7c1d004c1ad2e7676e773
Diffstat (limited to 'unix/configure.in')
-rw-r--r--unix/configure.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/unix/configure.in b/unix/configure.in
index 5379266..39f39c2 100644
--- a/unix/configure.in
+++ b/unix/configure.in
@@ -391,11 +391,6 @@ else
TK_LIB_SPEC="-L${exec_prefix}/lib -ltk`echo ${VERSION} | tr -d .`\${DBGX}"
fi
-echo CFLAGS_DEBUG=$CFLAGS_DEBUG
-echo CFLAGS_DEFAULT=$CFLAGS_DEFAULT
-echo CFLAGS_OPTIMIZE=$CFLAGS_OPTIMIZE
-echo DBGX=$DBGX
-
AC_SUBST(CFLAGS_DEBUG)
AC_SUBST(CFLAGS_DEFAULT)
AC_SUBST(CFLAGS_OPTIMIZE)