summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordas <das@noemail.net>2004-11-19 14:48:32 (GMT)
committerdas <das@noemail.net>2004-11-19 14:48:32 (GMT)
commit3420f5fdb821231e04a052ff0be9544335a77ac9 (patch)
tree369a1631783c8e25e354e2e7ff399a03392c068a
parent5dd0f03031f6cfb5151f2bf51b0d3eba512e9696 (diff)
downloadtcl-3420f5fdb821231e04a052ff0be9544335a77ac9.zip
tcl-3420f5fdb821231e04a052ff0be9544335a77ac9.tar.gz
tcl-3420f5fdb821231e04a052ff0be9544335a77ac9.tar.bz2
typo
FossilOrigin-Name: 33adf546e72e4dd5325063f22f45c1d65c9ef607
-rwxr-xr-xunix/configure2
-rw-r--r--unix/configure.in4
2 files changed, 3 insertions, 3 deletions
diff --git a/unix/configure b/unix/configure
index 3a1b334..aa80480 100755
--- a/unix/configure
+++ b/unix/configure
@@ -13457,7 +13457,7 @@ if test "$FRAMEWORK_BUILD" = "1" ; then
cat >>confdefs.h <<\_ACEOF
#define TCL_FRAMEWORK 1
_ACEOF
-)
+
elif test "$SHARED_BUILD" = "0" || test "$TCL_NEEDS_EXP_FILE" = "0"; then
if test "${TCL_LIB_VERSIONS_OK}" = "ok"; then
TCL_LIB_FLAG="-ltcl${TCL_VERSION}\${TCL_DBGX}"
diff --git a/unix/configure.in b/unix/configure.in
index b2e8f70..66340d8 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.121 2004/11/19 06:28:31 das Exp $
+# RCS: @(#) $Id: configure.in,v 1.122 2004/11/19 14:48:33 das Exp $
AC_INIT([tcl],[8.5])
AC_PREREQ(2.57)
@@ -497,7 +497,7 @@ if test "$FRAMEWORK_BUILD" = "1" ; then
TCL_BUILD_LIB_SPEC="-F`pwd` -framework Tcl"
TCL_LIB_SPEC="-framework Tcl"
TCL_LIB_FILE="Tcl"
- AC_DEFINE(TCL_FRAMEWORK, 1, [Is Tcl built as a framework?]))
+ AC_DEFINE(TCL_FRAMEWORK, 1, [Is Tcl built as a framework?])
elif test "$SHARED_BUILD" = "0" || test "$TCL_NEEDS_EXP_FILE" = "0"; then
if test "${TCL_LIB_VERSIONS_OK}" = "ok"; then
TCL_LIB_FLAG="-ltcl${TCL_VERSION}\${TCL_DBGX}"