This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
metaconfig unit change for #13617.
authorJarkko Hietaniemi <jhi@iki.fi>
Tue, 11 Dec 2001 05:22:39 +0000 (05:22 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Tue, 11 Dec 2001 05:22:39 +0000 (05:22 +0000)
p4raw-id: //depot/metaconfig@13618

U/perl/Extensions.U

index 519c10d..fcc557a 100644 (file)
@@ -168,7 +168,12 @@ for xxx in $known_extensions ; do
                ;;
        Socket|socket)
                case "$d_socket" in 
-               true|$define|y) avail_ext="$avail_ext $xxx" ;;
+               true|$define|y)
+                   case "$osname" in
+                   beos) ;; # not unless BONE
+                   *) avail_ext="$avail_ext $xxx" ;;
+                   esac
+                   ;;
                esac
                ;;
        Sys/Syslog|sys/syslog)