From 1f45d129fe085ce84fa66d20b9587ff426f7500c Mon Sep 17 00:00:00 2001 From: Rainer Orth Date: Thu, 4 Mar 2010 17:12:46 +0000 Subject: PR libstdc++/32499 * configure.ac (RANLIB): Default to true. (STRIP): Likewise. (RANLIB_FOR_TARGET): Remove superfluous : argument. * configure: Regenerate. --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure') 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 -- cgit v1.2.1