aboutsummaryrefslogtreecommitdiff
path: root/libffi/configure
diff options
context:
space:
mode:
authorDavid S. Miller <davem@redhat.com>2002-04-28 22:48:05 -0700
committerDavid S. Miller <davem@gcc.gnu.org>2002-04-28 22:48:05 -0700
commit189ab118de817bf9ec6a3f77712f8c2112cdc7b6 (patch)
tree38af8fc701fa7309cf9c6a92ce8547b6e0678fd2 /libffi/configure
parent1bbad4c651f823a0e39a69fec01206f557f625e1 (diff)
downloadgcc-189ab118de817bf9ec6a3f77712f8c2112cdc7b6.zip
gcc-189ab118de817bf9ec6a3f77712f8c2112cdc7b6.tar.gz
gcc-189ab118de817bf9ec6a3f77712f8c2112cdc7b6.tar.bz2
configure.in, configure: Fix SPARC test in previous change.
2002-04-28 David S. Miller <davem@redhat.com> * configure.in, configure: Fix SPARC test in previous change. From-SVN: r52878
Diffstat (limited to 'libffi/configure')
-rwxr-xr-xlibffi/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/libffi/configure b/libffi/configure
index 7e3d5ed..18fba3d 100755
--- a/libffi/configure
+++ b/libffi/configure
@@ -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