summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorYitzchak Scott-Thoennes <sthoenna@efn.org>2000-07-16 05:07:42 -0700
committerJarkko Hietaniemi <jhi@iki.fi>2000-07-24 03:42:42 +0000
commit9065c66ba2fc4850abce2713c6ad61005b5ac237 (patch)
tree4c6c0f6cee4dabc77732dcbc6c6b7106a5e4ab63 /Configure
parent18ef8beac527ca204cb2b7f96c5a4c585c8ee174 (diff)
downloadperl-9065c66ba2fc4850abce2713c6ad61005b5ac237.tar.gz
[ID 20000716.023] syslog test fails without sockets
Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org> p4raw-id: //depot/perl@6430
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure8
1 files changed, 7 insertions, 1 deletions
diff --git a/Configure b/Configure
index bf3e857207..bf19763ea7 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 Thu Jul 13 16:16:41 EET DST 2000 [metaconfig 3.0 PL70]
+# Generated on Mon Jul 24 06:41:11 EET DST 2000 [metaconfig 3.0 PL70]
# (with additional metaconfig patches by perlbug@perl.com)
cat >/tmp/c1$$ <<EOF
@@ -14984,6 +14984,12 @@ for xxx in $known_extensions ; do
true|$define|y) avail_ext="$avail_ext $xxx" ;;
esac
;;
+ Sys/Syslog|sys/syslog)
+ : XXX syslog requires socket
+ case "$d_socket" in
+ true|$define|y) avail_ext="$avail_ext $xxx" ;;
+ esac
+ ;;
Thread|thread)
case "$usethreads" in
true|$define|y) avail_ext="$avail_ext $xxx" ;;