summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorAndy Dougherty <doughera@lafayette.edu>2002-01-17 06:44:48 -0500
committerJarkko Hietaniemi <jhi@iki.fi>2002-01-17 21:51:05 +0000
commitd11b91bf6d2770f9b4f50a57f3303e35becc4b6e (patch)
treedb873742c9e1cc4168ece837e172af83adec9fae /Configure
parentb50cb5fffda9ee88f3c163de0dc3fcbfdbb99dc1 (diff)
downloadperl-d11b91bf6d2770f9b4f50a57f3303e35becc4b6e.tar.gz
Trivial Configure patch (really i_ndbm.U)
Message-ID: <Pine.SOL.4.10.10201171141280.25122-100000@maxwell.phys.lafayette.edu> p4raw-id: //depot/perl@14313
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/Configure b/Configure
index 80b79cc25c..46e627339d 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 Tue Jan 15 20:37:25 EET 2002 [metaconfig 3.0 PL70]
+# Generated on Fri Jan 18 00:51:01 EET 2002 [metaconfig 3.0 PL70]
# (with additional metaconfig patches by perlbug@perl.org)
cat >c1$$ <<EOF
@@ -16057,6 +16057,7 @@ $undef)
# Some Linux distributions such as RedHat 7.1 put the
# ndbm.h header in /usr/include/gdbm/ndbm.h.
if $test -f /usr/include/gdbm/ndbm.h; then
+ echo '<gdbm/ndbm.h> found.'
ccflags="$ccflags -I/usr/include/gdbm"
cppflags="$cppflags -I/usr/include/gdbm"
t_ndbm=$define