summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorAndy Dougherty <doughera@lafayette.edu>1998-07-08 09:29:34 -0400
committerGurusamy Sarathy <gsar@cpan.org>1998-07-09 01:35:23 +0000
commit24548b42fc789a1a0238101f8608d5f524ebc54e (patch)
tree69ba456840e5e7a1bb2004b656777296b0f40326 /Configure
parente8ea61279d90dbe95701603e650f92b4b079fb6a (diff)
downloadperl-24548b42fc789a1a0238101f8608d5f524ebc54e.tar.gz
Configure indentation patch
Message-Id: <Pine.SUN.3.96.980708132743.23053E-100000@newton.phys> p4raw-id: //depot/perl@1387
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure14
1 files changed, 7 insertions, 7 deletions
diff --git a/Configure b/Configure
index aef0cd8b74..d0a31365bc 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 6 11:11:11 EDT 1998 [metaconfig 3.0 PL70]
+# Generated on Tue Jul 7 10:10:21 EDT 1998 [metaconfig 3.0 PL70]
# (with additional metaconfig patches by doughera@lafayette.edu)
cat >/tmp/c1$$ <<EOF
@@ -10881,7 +10881,7 @@ nonxs_extensions=''
: to be built.
for xxx in * ; do
case "$xxx" in
- DynaLoader) ;;
+ DynaLoader|dynaload) ;;
*) if $test -f $xxx/$xxx.xs; then
known_extensions="$known_extensions $xxx"
elif $test -f $xxx/Makefile.PL; then
@@ -10955,11 +10955,11 @@ for xxx in $known_extensions ; do
true|$define|y) avail_ext="$avail_ext $xxx" ;;
esac
;;
- IPC/SysV|ipc_sysv)
- case "$d_sem" in
- true|$define|y) avail_ext="$avail_ext $xxx" ;;
- esac
- ;;
+ IPC/SysV|ipc_sysv)
+ case "$d_sem" in
+ $define) avail_ext="$avail_ext $xxx" ;;
+ esac
+ ;;
*) avail_ext="$avail_ext $xxx"
;;
esac