]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
configure.in, configure: Fix SPARC test in previous change.
authorDavid S. Miller <davem@redhat.com>
Mon, 29 Apr 2002 05:47:08 +0000 (22:47 -0700)
committerDavid S. Miller <davem@gcc.gnu.org>
Mon, 29 Apr 2002 05:47:08 +0000 (22:47 -0700)
2002-04-28  David S. Miller  <davem@redhat.com>

* configure.in, configure: Fix SPARC test in previous change.

From-SVN: r52877

libffi/ChangeLog
libffi/configure
libffi/configure.in

index 7aaf891da5d08d8fc0521b94025e0871ed1e7165..aefca8cf9295fceb2a46a31d013513e2c05a4c12 100644 (file)
@@ -1,3 +1,7 @@
+2002-04-28  David S. Miller  <davem@redhat.com>
+
+       * configure.in, configure: Fix SPARC test in previous change.
+
 2002-04-28  Jakub Jelinek  <jakub@redhat.com>
 
        * configure.in (HAVE_AS_SPARC_UA_PCREL): Check for working
index 95f0d53ed97e293fe1bc47a3988a9f32b9495979..b3ece24ec6f2dd7cbdbf9a13b9ea1636a9cdfeef 100755 (executable)
@@ -3421,7 +3421,7 @@ if test $ac_cv_c_bigendian = unknown; then
 fi
 
 
-if test x$TARGET == xSPARC; then
+if test x$TARGET = xSPARC; then
     echo $ac_n "checking assembler and linker support unaligned pc related relocs""... $ac_c" 1>&6
 echo "configure:3426: checking assembler and linker support unaligned pc related relocs" >&5
 if eval "test \"`echo '$''{'libffi_cv_as_sparc_ua_pcrel'+set}'`\" = set"; then
index 3fc9435c800354b58e1b1c1b1ef0a080f5370f72..3a107f242eb8a9c9c5cdadcd8a9384aec0c482b1 100644 (file)
@@ -96,7 +96,7 @@ AC_COMPILE_CHECK_SIZEOF(long double)
 AC_COMPILE_CHECK_SIZEOF(void *)
 AC_C_BIGENDIAN_CROSS
 
-if test x$TARGET == xSPARC; then
+if test x$TARGET = xSPARC; then
     AC_CACHE_CHECK([assembler and linker support unaligned pc related relocs],
        libffi_cv_as_sparc_ua_pcrel, [
        save_CFLAGS="$CFLAGS"