diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1999-04-29 22:56:06 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1999-04-29 22:56:06 +0000 |
commit | 34f9bf6909906fd38708a02be6a1882168b8f631 (patch) | |
tree | 06b51fab29857441400d3af27ee1379fc35a05d8 /gnu/usr.bin/perl/Configure | |
parent | 28d9bfb21210e90251556c888367330d5e9645ab (diff) |
New configuration method, use a combination of hints and config.over. Also add in OpenBSD-specific patches
Diffstat (limited to 'gnu/usr.bin/perl/Configure')
-rw-r--r-- | gnu/usr.bin/perl/Configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/perl/Configure b/gnu/usr.bin/perl/Configure index 5bcdbdaa5c4..4496e4a6421 100644 --- a/gnu/usr.bin/perl/Configure +++ b/gnu/usr.bin/perl/Configure @@ -18,7 +18,7 @@ # you may fetch it yourself from your nearest archive site.) # -# $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ +# $Id: Configure,v 1.5 1999/04/29 22:50:50 millert Exp $ # # Generated on Tue Jul 7 10:10:21 EDT 1998 [metaconfig 3.0 PL70] # (with additional metaconfig patches by jhi@iki.fi) @@ -2524,7 +2524,7 @@ $undef|false) afs=false ;; fi ;; esac -if $afs; then +if test $afs = "true"; then echo "AFS may be running... I'll be extra cautious then..." >&4 else echo "AFS does not seem to be running..." >&4 |