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 | ba98da750e0bc7b2b9399945619b0a8ab88cf1cd (patch) | |
tree | 278ab16cff094605bee88ff8321eeee39f7a35c7 /configure | |
parent | fc36e83962e41fd70cdee43dd9ce16167cc77338 (diff) | |
download | gdb-ba98da750e0bc7b2b9399945619b0a8ab88cf1cd.zip gdb-ba98da750e0bc7b2b9399945619b0a8ab88cf1cd.tar.gz gdb-ba98da750e0bc7b2b9399945619b0a8ab88cf1cd.tar.bz2 |
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
@@ -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 |