summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-12-12 14:08:49 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-12-12 14:08:49 +0000
commit0384a54ad09fb53c8b2effc37683d4352a11f9de (patch)
treefb3b6622f9f50aee7569f542e941601345298e75 /Configure
parentae4ed236b7ef647fa2879af623202de5e0cd155b (diff)
downloadperl-0384a54ad09fb53c8b2effc37683d4352a11f9de.tar.gz
Try YP/NIS also from /usr/lib/yp.
p4raw-id: //depot/perl@13657
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/Configure b/Configure
index 6ea1463b27..d907bcad79 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 Wed Dec 12 00:49:11 EET 2001 [metaconfig 3.0 PL70]
+# Generated on Wed Dec 12 17:09:05 EET 2001 [metaconfig 3.0 PL70]
# (with additional metaconfig patches by perlbug@perl.org)
cat >c1$$ <<EOF
@@ -7668,7 +7668,7 @@ case "$man3dir" in
esac
: see if we have to deal with yellow pages, now NIS.
-if $test -d /usr/etc/yp || $test -d /etc/yp; then
+if $test -d /usr/etc/yp || $test -d /etc/yp || $test -d /usr/lib/yp; then
if $test -f /usr/etc/nibindd; then
echo " "
echo "I'm fairly confident you're on a NeXT."