delorie.com/archives/browse.cgi | search |
X-Spam-Check-By: | sourceware.org |
Date: | Tue, 18 Apr 2006 15:13:00 +0900 (JST) |
Message-Id: | <20060418.151300.193708609.hashiz@tomba.cskk-sv.co.jp> |
To: | cygwin AT cygwin DOT com |
Subject: | wrong configure script in cvs head |
From: | HASHI Hiroaki <hashiz AT tomba DOT cskk-sv DOT co DOT jp> |
X-Mailer: | Mew version 5.0.50 on Emacs 22.0.50 / Mule 5.0 (SAKAKI) |
Mime-Version: | 1.0 |
X-IsSubscribed: | yes |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
In cvs head, configure script do not restore saved 'CFLAGS' value. That cause configure error at newlib/libc/configure. Index: configure.in =================================================================== RCS file: /cvs/src/src/configure.in,v retrieving revision 1.303 diff -u -r1.303 configure.in --- configure.in 6 Apr 2006 21:49:25 -0000 1.303 +++ configure.in 18 Apr 2006 06:08:54 -0000 @@ -1145,8 +1145,8 @@ #include <mpfr.h>], [mpfr_t n; mpfr_init(n);], [AC_MSG_RESULT([yes])], [AC_MSG_RESULT([no]); have_gmp=no]) LIBS="$saved_LIBS" - CFLAGS="$saved_CFLAGS" fi +CFLAGS="$saved_CFLAGS" # Flags needed for both GMP and/or MPFR AC_SUBST(gmplibs) -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |