4e10f76d3c
Thu Oct 23 2003 Joe Orton <jorton@redhat.com> 4.1.2-9 - build with -Wa,--noexecstack Thu Oct 23 2003 Joe Orton <jorton@redhat.com> 4.1.2-8 - build assembly code with -Wa,--execstack - use parallel make - run tests, and fix C++ therein Thu Oct 02 2003 Florian La Roche <Florian.LaRoche@redhat.de> - enable mpfr #104395 - enable cxx #80195 - add COPYING.LIB - add fixes from gmp web-site - remove some cruft patches for older libtool releases Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com> - rebuilt Tue Jun 03 2003 Florian La Roche <Florian.LaRoche@redhat.de> - make configure.in work with newer autoconf Sun Jun 01 2003 Florian La Roche <Florian.LaRoche@redhat.de> - do not set extra_functions for s390x #92001 Thu Feb 13 2003 Elliot Lee <sopwith@redhat.com> 4.1.2-3 - Add ppc64 patch, accompanied by running auto*
18 lines
455 B
Diff
18 lines
455 B
Diff
--- gmp-4.1.2/configure.in.lr 2003-06-03 09:48:52.000000000 +0200
|
|
+++ gmp-4.1.2/configure.in 2003-06-03 09:49:39.000000000 +0200
|
|
@@ -1338,11 +1338,11 @@
|
|
|
|
|
|
# The C++ compiler, if desired.
|
|
+test_CXXFLAGS=${CXXFLAGS+set}
|
|
+AC_PROG_CXX
|
|
+
|
|
want_cxx=no
|
|
if test $enable_cxx != no; then
|
|
- test_CXXFLAGS=${CXXFLAGS+set}
|
|
- AC_PROG_CXX
|
|
-
|
|
echo "CXXFLAGS chosen by autoconf: $CXXFLAGS" >&AC_FD_CC
|
|
cxxflags_ac_prog_cxx=$CXXFLAGS
|
|
cxxflags_list=ac_prog_cxx
|