diff options
author | mdejong <mdejong> | 2001-06-26 20:31:58 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2001-06-26 20:31:58 (GMT) |
commit | e0054809984ab6d7e7fee3d9f6515dc1155ecf99 (patch) | |
tree | 2ab24e9d0ddd87b307d8ff84ffaa662394cdb81c /win/configure.in | |
parent | 9d37cc714716d112afb53db8dfc4b6f9e19046d1 (diff) | |
download | tk-e0054809984ab6d7e7fee3d9f6515dc1155ecf99.zip tk-e0054809984ab6d7e7fee3d9f6515dc1155ecf99.tar.gz tk-e0054809984ab6d7e7fee3d9f6515dc1155ecf99.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.in')
-rw-r--r-- | win/configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
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 |