summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>2010-03-04 17:12:46 +0000
committerRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>2010-03-04 17:12:46 +0000
commit56fbdfab68cf4577781e8623fe4c6d13ca7ec727 (patch)
tree82f583003d88ecdab2c3ca8fccc027447fb2db0a /configure
parent8e75995c7f0a612de4e0f54abde67e07535ed75e (diff)
downloadcygnal-56fbdfab68cf4577781e8623fe4c6d13ca7ec727.tar.gz
cygnal-56fbdfab68cf4577781e8623fe4c6d13ca7ec727.tar.bz2
cygnal-56fbdfab68cf4577781e8623fe4c6d13ca7ec727.zip
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 fd6529879..f3212128d 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