summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorRainer Orth <ro@TechFak.Uni-Bielefeld.DE>2010-03-04 17:12:46 +0000
committerRainer Orth <ro@TechFak.Uni-Bielefeld.DE>2010-03-04 17:12:46 +0000
commit1f45d129fe085ce84fa66d20b9587ff426f7500c (patch)
tree23b9d6d33fcb23962ceca04c890a75b313324a19 /configure
parenta1b0b74c2c4185fba42b2198fb429f57216a7097 (diff)
downloadgdb-1f45d129fe085ce84fa66d20b9587ff426f7500c.tar.gz
PR libstdc++/32499
* configure.ac (RANLIB): Default to true. (STRIP): Likewise. (RANLIB_FOR_TARGET): Remove superfluous : argument. * configure: Regenerate.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index fd652987924..f3212128d00 100755
--- a/configure
+++ b/configure
@@ -9415,7 +9415,7 @@ fi
done
if test -z "$ac_cv_prog_RANLIB" ; then
- RANLIB=":"
+ RANLIB="true"
fi
@@ -9551,7 +9551,7 @@ fi
done
if test -z "$ac_cv_prog_STRIP" ; then
- STRIP=":"
+ STRIP="true"
fi