configure.in, configure: Fix SPARC test in previous change.
authorDavid S. Miller <davem@redhat.com>
Mon, 29 Apr 2002 05:48:05 +0000 (22:48 -0700)
committerDavid S. Miller <davem@gcc.gnu.org>
Mon, 29 Apr 2002 05:48:05 +0000 (22:48 -0700)
2002-04-28  David S. Miller  <davem@redhat.com>

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

From-SVN: r52878

libffi/ChangeLog
libffi/configure
libffi/configure.in

index dc7ceddd058fce70c05f76174f5b30f3a09cb8d7..4d94725ccb59c5c1b2b8d1243f9bd28c9d4b0b8f 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-29  Gerhard Tonn  <GerhardTonn@swol.de>
 
        * Makefile.am: Add Linux for S/390 support.
index 7e3d5edea4bf29e066f67240c7fa0a82c2355e9e..18fba3d0aac09abd8da3d655e90403fb628836d2 100755 (executable)
@@ -3431,7 +3431,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:3437: checking assembler and linker support unaligned pc related relocs" >&5
 if eval "test \"`echo '$''{'libffi_cv_as_sparc_ua_pcrel'+set}'`\" = set"; then
index b2cb516b84acd3f2900308c1e420fec10c4c484d..e27d553b0442589e94aa318affa661f0474bbfdc 100644 (file)
@@ -98,7 +98,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"