diff options
author | Andy Dougherty <doughera@lafayette.edu> | 2002-01-17 06:44:48 -0500 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-01-17 21:51:05 +0000 |
commit | d11b91bf6d2770f9b4f50a57f3303e35becc4b6e (patch) | |
tree | db873742c9e1cc4168ece837e172af83adec9fae /Configure | |
parent | b50cb5fffda9ee88f3c163de0dc3fcbfdbb99dc1 (diff) | |
download | perl-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-x | Configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |