aboutsummaryrefslogtreecommitdiff
path: root/gcc/configure
diff options
context:
space:
mode:
authorAnthony Green <green@redhat.com>2005-05-07 22:31:59 +0000
committerAnthony Green <green@redhat.com>2005-05-07 22:31:59 +0000
commitfc3ef5d20701c3c063d8343b47079e24de91a6ef (patch)
tree853e6a60e86dd9e1cfdbc3d2c8104ac7700025b6 /gcc/configure
parentc1e2813acc62a9275b44417ac3df0a2c3a2086fe (diff)
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: https://gcc.gnu.org/svn/gcc/trunk@99370 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/configure')
-rwxr-xr-xgcc/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/configure b/gcc/configure
index c742fa11849..fd97aaebba9 100755
--- a/gcc/configure
+++ b/gcc/configure
@@ -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