Open Configure to the world of 64bitonly environments
authorH.Merijn Brand <h.m.brand@xs4all.nl>
Wed, 20 Dec 2006 12:58:41 +0000 (12:58 +0000)
committerH.Merijn Brand <h.m.brand@xs4all.nl>
Wed, 20 Dec 2006 12:58:41 +0000 (12:58 +0000)
p4raw-id: //depot/perl@29603

Configure

index b788451..a05c739 100755 (executable)
--- a/Configure
+++ b/Configure
@@ -26,7 +26,7 @@
 
 # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $
 #
-# Generated on Tue Dec  5 15:35:51 CET 2006 [metaconfig 3.0 PL70]
+# Generated on Wed Dec 20 13:56:55 CET 2006 [metaconfig 3.0 PL70]
 # (with additional metaconfig patches by perlbug@perl.org)
 
 cat >c1$$ <<EOF
@@ -1298,6 +1298,7 @@ glibpth="/lib /usr/lib $xlibpth"
 glibpth="$glibpth /usr/ccs/lib /usr/ucblib /usr/local/lib"
 test -f /usr/shlib/libc.so && glibpth="/usr/shlib $glibpth"
 test -f /shlib/libc.so     && glibpth="/shlib $glibpth"
+test -d /usr/lib64         && glibpth="$glibpth /lib64 /usr/lib64 /usr/local/lib64"
 
 : Private path used by Configure to find libraries.  Its value
 : is prepended to libpth. This variable takes care of special
@@ -21000,15 +21001,15 @@ eval $find_extensions
 # Special case:  Add in threads/shared since it is not picked up by the
 # recursive find above (and adding in general recursive finding breaks
 # SDBM_File/sdbm).  A.D.  10/25/2001.
-# Ditto for IO/Compress/Base and IO/Compress/Zlib
 known_extensions="$known_extensions threads/shared"
+set X $known_extensions
+shift
+known_extensions="$*"
+#  Ditto for IO/Compress/Base and IO/Compress/Zlib
 nonxs_extensions="$nonxs_extensions IO/Compress/Base IO/Compress/Zlib"
 set X $nonxs_extensions
 shift
 nonxs_extensions="$*"
-set X $known_extensions
-shift
-known_extensions="$*"
 cd "$tdir"
 
 : Now see which are supported on this system.