re PR bootstrap/21403 (Canadian cross build fails.)
authorAnthony Green <green@redhat.com>
Sat, 7 May 2005 22:31:59 +0000 (22:31 +0000)
committerAnthony Green <green@gcc.gnu.org>
Sat, 7 May 2005 22:31:59 +0000 (22:31 +0000)
2005-05-07  Anthony Green  <green@redhat.com>

        PR bootstrap/21403
        * configure.ac (STMP_FIXPROTO): Fix [ ] consumption problem in
        x$STMP_FIXPROTO test.
        * configure: Rebuilt.

From-SVN: r99370

gcc/ChangeLog
gcc/configure
gcc/configure.ac

index b9af6f1..eb6d27c 100644 (file)
@@ -1,3 +1,10 @@
+2005-05-07  Anthony Green  <green@redhat.com>
+
+        PR bootstrap/21403
+        * configure.ac (STMP_FIXPROTO): Fix [ ] consumption problem in
+        x$STMP_FIXPROTO test.
+        * configure: Rebuilt.
+
 2005-05-07  Joseph S. Myers  <joseph@codesourcery.com>
 
        * config/pa/pa-hpux11.h (TARGET_OS_CPP_BUILTINS): Do not define
index c742fa1..fd97aae 100755 (executable)
@@ -12731,7 +12731,7 @@ then
     BUILD_CFLAGS='$(INTERNAL_CFLAGS) $(T_CFLAGS) $(CFLAGS_FOR_BUILD)'
 
     if test "x$TARGET_SYSTEM_ROOT" = x; then
-       if  "x$STMP_FIXPROTO" != x  ; then
+       if test "x$STMP_FIXPROTO" != x; then
          STMP_FIXPROTO=stmp-install-fixproto
        fi
     fi
index d9dcbe3..21ff1fe 100644 (file)
@@ -1693,7 +1693,7 @@ then
     BUILD_CFLAGS='$(INTERNAL_CFLAGS) $(T_CFLAGS) $(CFLAGS_FOR_BUILD)'
 
     if test "x$TARGET_SYSTEM_ROOT" = x; then
-       if [ "x$STMP_FIXPROTO" != x ] ; then
+       if test "x$STMP_FIXPROTO" != x; then
          STMP_FIXPROTO=stmp-install-fixproto
        fi
     fi