diff options
author | Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> | 2010-03-04 17:12:46 +0000 |
---|---|---|
committer | Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> | 2010-03-04 17:12:46 +0000 |
commit | 1f45d129fe085ce84fa66d20b9587ff426f7500c (patch) | |
tree | 23b9d6d33fcb23962ceca04c890a75b313324a19 /configure | |
parent | a1b0b74c2c4185fba42b2198fb429f57216a7097 (diff) | |
download | gdb-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-x | configure | 4 |
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 |