summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorWilfredo Sánchez <wsanchez@mit.edu>2001-07-27 11:57:38 -0700
committerJarkko Hietaniemi <jhi@iki.fi>2001-07-29 16:50:35 +0000
commitb6cc0f4ce638d6a26c44f9c84ba48de88f60ed4e (patch)
treecfc66f259fe11fce631ba75b3fac1850dc5fc051 /Configure
parent187122cbaf4bb21705259325ef8e0e420b0241df (diff)
downloadperl-b6cc0f4ce638d6a26c44f9c84ba48de88f60ed4e.tar.gz
Darwin: -fpic not so good
Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org> p4raw-id: //depot/perl@11477
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/Configure b/Configure
index 95ae1d747c..7dc8022d1a 100755
--- a/Configure
+++ b/Configure
@@ -20,7 +20,7 @@
# $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $
#
-# Generated on Mon Jul 23 21:06:18 EET DST 2001 [metaconfig 3.0 PL70]
+# Generated on Sun Jul 29 20:50:18 EET DST 2001 [metaconfig 3.0 PL70]
# (with additional metaconfig patches by perlbug@perl.org)
cat >c1$$ <<EOF
@@ -6996,6 +6996,7 @@ EOM
esac
;;
*) case "$osname" in
+ darwin) dflt='none' ;;
svr4*|esix*|solaris|nonstopux) dflt='-fPIC' ;;
*) dflt='-fpic' ;;
esac ;;