summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2005-04-11 10:09:06 +0000
committerH.Merijn Brand <h.m.brand@xs4all.nl>2005-04-11 10:09:06 +0000
commit4afd418c3e6e3e6ca18f1e99b1ab9b8936bb7471 (patch)
treebe122145a1ee3fb8bbce7554a38c023282bdc4a5 /Configure
parent7814559301a17d46d9855e494002706cec84416b (diff)
downloadperl-4afd418c3e6e3e6ca18f1e99b1ab9b8936bb7471.tar.gz
Out of sync metaunit caused the erroneous return of the
removed d_sitecustomize. Mea Culpa. p4raw-id: //depot/perl@24226
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure25
1 files changed, 11 insertions, 14 deletions
diff --git a/Configure b/Configure
index a7ba8380e4..cd5e7d493f 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 Sun Apr 10 19:26:39 CEST 2005 [metaconfig 3.0 PL70]
+# Generated on Mon Apr 11 12:33:25 CEST 2005 [metaconfig 3.0 PL70]
# (with additional metaconfig patches by perlbug@perl.org)
cat >c1$$ <<EOF
@@ -664,7 +664,6 @@ d_shmget=''
d_sigaction=''
d_sigprocmask=''
d_sigsetjmp=''
-d_sitecustomize=''
usesitecustomize=''
d_sockatmark=''
d_sockatmarkproto=''
@@ -16166,17 +16165,6 @@ set d_sigsetjmp
eval $setvar
$rm -f try.c try
-
-d_sitecustomize="$undef"
-case "$usesitecustomize" in
- $define|true|[Yy]*)
- usesitecustomize="$define"
- d_sitecustomize="$define"
- ;;
- *)
- usesitecustomize="$undef"
- esac
-
: see if sockatmark exists
set sockatmark d_sockatmark
eval $inlibc
@@ -19529,6 +19517,16 @@ case "$uidsign" in
;;
esac
+
+case "$usesitecustomize" in
+ $define|true|[Yy]*)
+ usesitecustomize="$define"
+ ;;
+ *)
+ usesitecustomize="$undef"
+ ;;
+ esac
+
: determine compiler compiler
case "$yacc" in
'')
@@ -20914,7 +20912,6 @@ d_shmget='$d_shmget'
d_sigaction='$d_sigaction'
d_sigprocmask='$d_sigprocmask'
d_sigsetjmp='$d_sigsetjmp'
-d_sitecustomize='$d_sitecustomize'
d_sockatmark='$d_sockatmark'
d_sockatmarkproto='$d_sockatmarkproto'
d_socket='$d_socket'