PR libstdc++/32499

* configure.ac (RANLIB): Default to true.
	(STRIP): Likewise.
	(RANLIB_FOR_TARGET): Remove superfluous : argument.
	* configure: Regenerate.
This commit is contained in:
Rainer Orth
2010-03-04 17:12:46 +00:00
parent fc36e83962
commit ba98da750e
3 changed files with 15 additions and 7 deletions

4
configure vendored
View File

@ -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