* configure: fix regeneration bug.

This commit is contained in:
DJ Delorie 2001-03-20 01:26:45 +00:00
parent b8c8fa1786
commit eec74f4ac6
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-03-19 DJ Delorie <dj@redhat.com>
* configure: fix regeneration bug.
Thu Feb 22 13:36:00 2000 Corinna Vinschen <corinna@vinschen.de>
* Makefile.common: Revert previous change.

2
winsup/configure vendored
View File

@ -924,7 +924,7 @@ fi
test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
fi
CXXFLAGS="$(CFLAGS)"
CXXFLAGS='$(CFLAGS)'
SUBDIRS='w32api cygwin mingw'