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:
authorDJ Delorie <dj@redhat.com>2001-03-20 04:26:45 +0300
committerDJ Delorie <dj@redhat.com>2001-03-20 04:26:45 +0300
commiteec74f4ac6ded69bbd0c170e2f068ead9c5023f4 (patch)
tree5b71d4588c168d9a413b25eded845b5bd6885c59
parentb8c8fa178681ad7596e5d4217735e7ec948dc7a7 (diff)
* configure: fix regeneration bug.
-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'