diff options
-rwxr-xr-x | Configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -20,7 +20,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Fri Feb 4 20:15:04 EET 2000 [metaconfig 3.0 PL70] +# Generated on Fri Feb 4 20:55:50 EET 2000 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.com) cat >/tmp/c1$$ <<EOF @@ -3683,7 +3683,7 @@ for thislib in $libswanted; do libname="$thislib" if xxx=`./loc lib$thislib.$so.[0-9]'*' X $libpth`; $test -f "$xxx"; then - if $test -a "X$ignore_versioned_solibs" = "X"; then + if $test "X$ignore_versioned_solibs" = "X"; then xxx=/ignored$xxx else libstyle=shared |