summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2013-05-27 09:42:58 +0200
committerH.Merijn Brand <h.m.brand@xs4all.nl>2013-05-27 09:42:58 +0200
commit8f1aac9885804c62afc10b9ffb5697e76d761701 (patch)
tree9efd8caefe708a3b54f5c61ef3dd33ae1df9b8bc /Configure
parent5a25739d1abe18a1e5510aae4a5000ad4e344b47 (diff)
downloadperl-8f1aac9885804c62afc10b9ffb5697e76d761701.tar.gz
[perl #64126] ./Configure -de -Dusevendorprefix didn't default
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure9
1 files changed, 5 insertions, 4 deletions
diff --git a/Configure b/Configure
index 30ab78a56a..f8982cf5c1 100755
--- a/Configure
+++ b/Configure
@@ -28,7 +28,7 @@
# See Porting/pumpkin.pod for more information on metaconfig.
#
-# Generated on Wed May 8 15:28:09 CEST 2013 [metaconfig 3.5 PL0]
+# Generated on Mon May 27 09:27:16 CEST 2013 [metaconfig 3.5 PL0]
# (with additional metaconfig patches by perlbug@perl.org)
cat >c1$$ <<EOF
@@ -99,7 +99,7 @@ if test -d c:/. || ( uname -a | grep -i 'os\(/\|\)2' ) 2>&1 >/dev/null ; then
is_os2=yes
elif test -n "$DJGPP"; then
case "X${MACHTYPE:-nonesuchmach}" in
- *cygwin) ;;
+ *cygwin|*msys) ;;
*) p_=\; ;;
esac
fi
@@ -6948,7 +6948,7 @@ case "$ans" in
[yY]*) fn=d~+
rp='Installation prefix to use for vendor-supplied add-ons?'
case "$vendorprefix" in
- '') dflt='' ;;
+ '') dflt="$prefix" ;;
*) dflt=$vendorprefix ;;
esac
. ./getfile
@@ -8048,7 +8048,8 @@ EOM
;;
linux|irix*|gnu*) dflt="-shared $optimize" ;;
next) dflt='none' ;;
- solaris) # See [perl #66604]. On Solaris 11, gcc -m64 on amd64
+ solaris) # See [perl #66604].
+ # On Solaris 11, gcc -m64 on amd64
# appears not to understand -G. gcc versions at
# least as old as 3.4.3 support -shared, so just
# use that with Solaris 11 and later, but keep