diff options
author | mdejong <mdejong> | 2001-06-23 00:40:01 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2001-06-23 00:40:01 (GMT) |
commit | ecab41351347902bbdedb9e57931f7b7ff02abea (patch) | |
tree | 0455a8b221899ab8a32478c75cc8ad836f30e84d /win | |
parent | 653dd70d1e0efe8e90b7e8e44f7b1823d5bc0add (diff) | |
download | tk-ecab41351347902bbdedb9e57931f7b7ff02abea.zip tk-ecab41351347902bbdedb9e57931f7b7ff02abea.tar.gz tk-ecab41351347902bbdedb9e57931f7b7ff02abea.tar.bz2 |
* win/configure: Regen.
* win/tcl.m4: Fix silly typo in last checkin.
Diffstat (limited to 'win')
-rwxr-xr-x | win/configure | 2 | ||||
-rw-r--r-- | win/tcl.m4 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/win/configure b/win/configure index 7f212fd..9599c9a 100755 --- a/win/configure +++ b/win/configure @@ -1441,7 +1441,7 @@ fi if test "$tcl_ok" = "yes"; then CFLAGS_DEFAULT='$(CFLAGS_DEBUG)' - LDFLAGS_DEFAULT='$(LDFLAGS_DEBUG})' + LDFLAGS_DEFAULT='$(LDFLAGS_DEBUG)' DBGX=d echo "$ac_t""yes" 1>&6 else @@ -259,7 +259,7 @@ AC_DEFUN(SC_ENABLE_SYMBOLS, [ if test "$tcl_ok" = "yes"; then CFLAGS_DEFAULT='$(CFLAGS_DEBUG)' - LDFLAGS_DEFAULT='$(LDFLAGS_DEBUG})' + LDFLAGS_DEFAULT='$(LDFLAGS_DEBUG)' DBGX=d AC_MSG_RESULT([yes]) else |