Configure indentation patch
authorAndy Dougherty <doughera@lafayette.edu>
Wed, 8 Jul 1998 13:29:34 +0000 (09:29 -0400)
committerGurusamy Sarathy <gsar@cpan.org>
Thu, 9 Jul 1998 01:35:23 +0000 (01:35 +0000)
Message-Id: <Pine.SUN.3.96.980708132743.23053E-100000@newton.phys>

p4raw-id: //depot/perl@1387

Configure

index aef0cd8..d0a3136 100755 (executable)
--- 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