diff options
author | Niko Tyni <ntyni@debian.org> | 2009-06-18 16:38:12 +0200 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2009-06-18 16:38:12 +0200 |
commit | 3b910a06633f63976a6da223b122193040fbe96d (patch) | |
tree | 685fed7146a50e4ea6950c736edc8be6bdf0f3b5 /Configure | |
parent | 906a0c07e328f0f22fcc032cc5b85bf246005a45 (diff) | |
download | perl-3b910a06633f63976a6da223b122193040fbe96d.tar.gz |
Add gcc predefined macros to $Config{cppsymbols} on GNU/kFreeBSD.
This is needed at least by h2ph, otherwise the generated .ph files
choke on missing __LONG_MAX__ and similar definitions.
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -25,7 +25,7 @@ # $Id: Head.U 6 2006-08-25 22:21:46Z rmanfredi $ # -# Generated on Thu Jun 4 09:30:45 CEST 2009 [metaconfig 3.5 PL0] +# Generated on Thu Jun 18 16:33:35 CEST 2009 [metaconfig 3.5 PL0] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ <<EOF @@ -21384,7 +21384,7 @@ $eunicefix Cppsym.try ./Cppsym < Cppsym.know > Cppsym.true : Add in any linux cpp "predefined macros": case "$osname::$gccversion" in - *linux*::*.*) + *linux*::*.*|*gnukfreebsd*::*.*) tHdrH=_tmpHdr rm -f $tHdrH'.h' $tHdrH touch $tHdrH'.h' |