From eeb92b76fda504cc34bcd98ba2dbc73d933c0208 Mon Sep 17 00:00:00 2001 From: "H.Merijn Brand" Date: Mon, 1 Feb 2010 12:58:57 +0100 Subject: [PATCH] Add gcc predefined macros to $Config{cppsymbols} on GNU/Hurd. This is needed at least by h2ph, otherwise the generated .ph files choke on missing __LONG_MAX__ and similar definitions. Patch by Samuel Thibault . Signed-off-by: H.Merijn Brand --- Configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Configure') diff --git a/Configure b/Configure index ed295517c5..8d93a3316e 100755 --- a/Configure +++ b/Configure @@ -30,7 +30,7 @@ # $Id: Head.U 6 2006-08-25 22:21:46Z rmanfredi $ # -# Generated on Tue Jan 5 09:34:08 CET 2010 [metaconfig 3.5 PL0] +# Generated on Mon Feb 1 12:57:52 CET 2010 [metaconfig 3.5 PL0] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ < Cppsym.true : Add in any linux cpp "predefined macros": case "$osname::$gccversion" in - *linux*::*.*|*gnukfreebsd*::*.*) + *linux*::*.*|*gnukfreebsd*::*.*|gnu::*.*) tHdrH=_tmpHdr rm -f $tHdrH'.h' $tHdrH touch $tHdrH'.h' -- cgit v1.2.1