diff options
author | green <green@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-05-07 22:31:59 +0000 |
---|---|---|
committer | green <green@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-05-07 22:31:59 +0000 |
commit | 8f4ab70b048223ee951d0d36444e506e85ac33a0 (patch) | |
tree | 853e6a60e86dd9e1cfdbc3d2c8104ac7700025b6 /gcc/configure.ac | |
parent | bc93d9a17e9c6922315f85eb70b842779cf3ef2e (diff) | |
download | gcc-8f4ab70b048223ee951d0d36444e506e85ac33a0.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99370 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/configure.ac')
-rw-r--r-- | gcc/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/configure.ac b/gcc/configure.ac index d9dcbe3c04d..21ff1fe6f03 100644 --- a/gcc/configure.ac +++ b/gcc/configure.ac @@ -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 |