mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 14:59:39 +02:00
configure.in: Change == to = in test command.
2007-01-11 Paolo Bonzini <bonzini@gnu.org> * configure.in: Change == to = in test command. * configure: Regenerate. From-SVN: r120674
This commit is contained in:
committed by
Paolo Bonzini
parent
67214c1624
commit
d943d7c4d9
@@ -1,3 +1,8 @@
|
||||
2007-01-11 Paolo Bonzini <bonzini@gnu.org>
|
||||
|
||||
* configure.in: Change == to = in test command.
|
||||
* configure: Regenerate.
|
||||
|
||||
2007-01-11 Paolo Bonzini <bonzini@gnu.org>
|
||||
Nick Clifton <nickc@redhat.com>
|
||||
Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
|
||||
|
||||
2
configure
vendored
2
configure
vendored
@@ -2363,7 +2363,7 @@ if test "x$with_gmp$with_gmp_include$with_gmp_lib" = x && test -d ${srcdir}/gmp;
|
||||
have_gmp=yes
|
||||
fi
|
||||
|
||||
if test -d ${srcdir}/gcc && test "x$have_gmp" == xno; then
|
||||
if test -d ${srcdir}/gcc && test "x$have_gmp" = xno; then
|
||||
have_gmp=yes
|
||||
saved_CFLAGS="$CFLAGS"
|
||||
CFLAGS="$CFLAGS $gmpinc"
|
||||
|
||||
@@ -1131,7 +1131,7 @@ if test "x$with_gmp$with_gmp_include$with_gmp_lib" = x && test -d ${srcdir}/gmp;
|
||||
have_gmp=yes
|
||||
fi
|
||||
|
||||
if test -d ${srcdir}/gcc && test "x$have_gmp" == xno; then
|
||||
if test -d ${srcdir}/gcc && test "x$have_gmp" = xno; then
|
||||
have_gmp=yes
|
||||
saved_CFLAGS="$CFLAGS"
|
||||
CFLAGS="$CFLAGS $gmpinc"
|
||||
|
||||
Reference in New Issue
Block a user