diff options
author | Jerry D. Hedden <jdhedden@cpan.org> | 2008-04-02 09:45:26 -0400 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2008-04-02 18:46:13 +0000 |
commit | f25eda108073a1aef3f3ed5406618a18d0d4baee (patch) | |
tree | 3de55abe06352ddc36d9c8fa9408d0e6d944f30e /Configure | |
parent | e82be400b1a05af41d9d7f8509dfe352c4f1c75f (diff) | |
download | perl-f25eda108073a1aef3f3ed5406618a18d0d4baee.tar.gz |
Re: Change 33598: [PATCH] Re: Smoke [5.11.0] 33456 PASS darwin 9.2.0 (macppcG5/1 cpu)
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510804021045s1f7ec22ftbf5b9e2f2c6c619e@mail.gmail.com>
p4raw-id: //depot/perl@33631
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 Sun Mar 30 11:17:56 CEST 2008 [metaconfig 3.5 PL0] +# Generated on Wed Apr 2 20:45:31 CEST 2008 [metaconfig 3.5 PL0] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ <<EOF @@ -6567,7 +6567,7 @@ echo " " $cat >try.c <<EOCP #include <stdlib.h> #include <malloc.h> -$i_mallocmalloc I_MALLOCMALLOC +#$i_mallocmalloc I_MALLOCMALLOC #ifdef I_MALLOCMALLOC # include <malloc/malloc.h> #endif |