diff options
Diffstat (limited to 'win')
-rwxr-xr-x | win/configure | 2 | ||||
-rw-r--r-- | win/configure.in | 4 |
2 files changed, 3 insertions, 3 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. diff --git a/win/configure.in b/win/configure.in index 138e658..a958371 100644 --- a/win/configure.in +++ b/win/configure.in @@ -2,7 +2,7 @@ # generate the file "configure", which is run during Tk installation # to configure the system for the local environment. # -# RCS: @(#) $Id: configure.in,v 1.30 2001/06/26 20:17:22 mdejong Exp $ +# RCS: @(#) $Id: configure.in,v 1.31 2001/06/26 20:31:58 mdejong Exp $ AC_INIT(../generic/tk.h) @@ -30,7 +30,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 AC_PROG_CC |