summaryrefslogtreecommitdiffstats
path: root/unix/configure.in
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2005-06-21 08:51:19 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2005-06-21 08:51:19 (GMT)
commit3c34a82ae349f96f88b892f3d366443bac1c77c1 (patch)
tree6f2649b621ac7ffbd96dd381d1d9b861e0e63bd9 /unix/configure.in
parent1a7d07bf9863f423695b4de79e7305d4d42b6c37 (diff)
downloadtcl-3c34a82ae349f96f88b892f3d366443bac1c77c1.zip
tcl-3c34a82ae349f96f88b892f3d366443bac1c77c1.tar.gz
tcl-3c34a82ae349f96f88b892f3d366443bac1c77c1.tar.bz2
Only enable the 'compile' special debugging feature when requested in
configure.in; removes irrelevant junk from the configure files of extensions that use Tcl's tcl.m4.
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 f4b36ed..08896a4 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.134 2005/06/07 14:03:52 dkf Exp $
+# RCS: @(#) $Id: configure.in,v 1.135 2005/06/21 08:51:23 dkf Exp $
AC_INIT([tcl],[8.5])
AC_PREREQ(2.57)
@@ -108,7 +108,7 @@ SC_ENABLE_SHARED
SC_CONFIG_CFLAGS
-SC_ENABLE_SYMBOLS
+SC_ENABLE_SYMBOLS(bccdebug)
#--------------------------------------------------------------------
# Detect what compiler flags to set for 64-bit support.