diff options
author | mdejong <mdejong> | 2001-06-22 09:10:38 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2001-06-22 09:10:38 (GMT) |
commit | 83ca1ca9b40094b453deb82faa202aa2d9fb7a03 (patch) | |
tree | b08db2b610248f3e1db623b6d3e5eef73fea2257 /win | |
parent | a9040f5c279e1c15647daad577a4b2c11f0a1f43 (diff) | |
download | tk-83ca1ca9b40094b453deb82faa202aa2d9fb7a03.zip tk-83ca1ca9b40094b453deb82faa202aa2d9fb7a03.tar.gz tk-83ca1ca9b40094b453deb82faa202aa2d9fb7a03.tar.bz2 |
* win/configure:
* win/tcl.m4: Update From Tcl.
Diffstat (limited to 'win')
-rwxr-xr-x | win/configure | 4 | ||||
-rw-r--r-- | win/tcl.m4 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/win/configure b/win/configure index 7de82f6..e04096d 100755 --- a/win/configure +++ b/win/configure @@ -1229,8 +1229,8 @@ echo "configure:1202: checking whether $ld_prog supports -shared option" >&5 CFLAGS_DEBUG=-g CFLAGS_OPTIMIZE=-O CFLAGS_WARNING="-Wall -Wconversion" - LDFLAGS_DEBUG=-g - LDFLAGS_OPTIMIZE=-O + LDFLAGS_DEBUG= + LDFLAGS_OPTIMIZE= # Specify the CC output file names based on the target name CC_OBJNAME="-o \$@" @@ -428,8 +428,8 @@ AC_DEFUN(SC_CONFIG_CFLAGS, [ CFLAGS_DEBUG=-g CFLAGS_OPTIMIZE=-O CFLAGS_WARNING="-Wall -Wconversion" - LDFLAGS_DEBUG=-g - LDFLAGS_OPTIMIZE=-O + LDFLAGS_DEBUG= + LDFLAGS_OPTIMIZE= # Specify the CC output file names based on the target name CC_OBJNAME="-o \[$]@" |