summaryrefslogtreecommitdiffstats
path: root/win/configure
diff options
context:
space:
mode:
authormdejong <mdejong@noemail.net>2001-06-26 20:28:43 (GMT)
committermdejong <mdejong@noemail.net>2001-06-26 20:28:43 (GMT)
commit7b2f411e9bb3e82f65a1727356ce68503669cdeb (patch)
tree4973c748b15cc94a17a9d6bec7e419adb437a5b9 /win/configure
parent67634468e186482ebe4a4e786f26a66c6a009fe5 (diff)
downloadtcl-7b2f411e9bb3e82f65a1727356ce68503669cdeb.zip
tcl-7b2f411e9bb3e82f65a1727356ce68503669cdeb.tar.gz
tcl-7b2f411e9bb3e82f65a1727356ce68503669cdeb.tar.bz2
* unix/configure: Regen.
* unix/configure.in: Fix last checkin by removing export since that only works in bash. * win/configure: Regen. * win/configure.in: Ditto. FossilOrigin-Name: beea9df819b148010b3a13f4d2069adbd654c49b
Diffstat (limited to 'win/configure')
-rwxr-xr-xwin/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/configure b/win/configure
index 2e68055..d8c61e0 100755
--- a/win/configure
+++ b/win/configure
@@ -550,7 +550,7 @@ fi
# If the user did not set CFLAGS, set it now to keep
# the AC_PROG_CC macro from adding "-g -O2".
if test "${CFLAGS+set}" != "set" ; then
- export CFLAGS=""
+ CFLAGS=""
fi
# Extract the first word of "gcc", so it can be a program name with args.