aboutsummaryrefslogtreecommitdiff
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
commitba98da750e0bc7b2b9399945619b0a8ab88cf1cd (patch)
tree278ab16cff094605bee88ff8321eeee39f7a35c7 /configure
parentfc36e83962e41fd70cdee43dd9ce16167cc77338 (diff)
downloadgdb-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-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index fd65298..f321212 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