summaryrefslogtreecommitdiffstats
path: root/win/configure
diff options
context:
space:
mode:
authormdejong <mdejong>2001-06-26 20:31:58 (GMT)
committermdejong <mdejong>2001-06-26 20:31:58 (GMT)
commit8f22f389aad0e1ac27e08aafbc619b8dbae1f50b (patch)
tree2ab24e9d0ddd87b307d8ff84ffaa662394cdb81c /win/configure
parentcfb424fdeffdc953975e1dd1174390724fb76583 (diff)
downloadtk-8f22f389aad0e1ac27e08aafbc619b8dbae1f50b.zip
tk-8f22f389aad0e1ac27e08aafbc619b8dbae1f50b.tar.gz
tk-8f22f389aad0e1ac27e08aafbc619b8dbae1f50b.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.
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 64c7918..81074c4 100755
--- a/win/configure
+++ b/win/configure
@@ -556,7 +556,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.