Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--winsup/ChangeLog4
-rwxr-xr-xwinsup/configure2
2 files changed, 5 insertions, 1 deletions
diff --git a/winsup/ChangeLog b/winsup/ChangeLog
index 61c1220f6..99cd164ca 100644
--- a/winsup/ChangeLog
+++ b/winsup/ChangeLog
@@ -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.
diff --git a/winsup/configure b/winsup/configure
index 29f08d15d..c674da244 100755
--- a/winsup/configure
+++ b/winsup/configure
@@ -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'