X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Configure;h=8991f1a1162d9d09ce3d4952a5d3836479bab1f2;hb=d1ca9ea32e7b8d5812a70687974b0e642057ff99;hp=e5dd7055b87b61fcbb87a15a321e2d1e66414686;hpb=7dd121aefd69a3ba2201a35698deaeda3a8a77ad;p=p5sagit%2Fp5-mst-13.2.git diff --git a/Configure b/Configure index e5dd705..8991f1a 100755 --- a/Configure +++ b/Configure @@ -19092,7 +19092,9 @@ if $cc -o foobar $ccflags $ldflags foo$_o bar$_a $libs > /dev/null 2>&1 && $run ./foobar >/dev/null 2>&1; then echo "$ar appears to generate random libraries itself." orderlib=false - ranlib=":" + if [ "X$ranlib" = "X" ]; then + ranlib=":" + fi elif $ar ts bar$_a >/dev/null 2>&1 && $cc -o foobar $ccflags $ldflags foo$_o bar$_a $libs > /dev/null 2>&1 && $run ./foobar >/dev/null 2>&1; then