diff options
author | Andy Dougherty <doughera@lafayette.edu> | 1998-07-08 09:29:34 -0400 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-09 01:35:23 +0000 |
commit | 24548b42fc789a1a0238101f8608d5f524ebc54e (patch) | |
tree | 69ba456840e5e7a1bb2004b656777296b0f40326 /Configure | |
parent | e8ea61279d90dbe95701603e650f92b4b079fb6a (diff) | |
download | perl-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-x | Configure | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -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 |