diff options
author | Jerry D. Hedden <jdhedden@cpan.org> | 2008-06-19 07:22:58 -0400 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2008-07-10 15:15:24 +0000 |
commit | 36a30365a7ac654f9bfb9067d33acdfcddf20e1a (patch) | |
tree | 300b9838f060e17add83637f104097dffd9191d4 /Configure | |
parent | 7600f30e40226309d1c42e35166afa4f248f3c4f (diff) | |
download | perl-36a30365a7ac654f9bfb9067d33acdfcddf20e1a.tar.gz |
Configure - d_sprintf_returns_strlen
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510806190822l34a3ea7eudb7b75f60ff0635d@mail.gmail.com>
p4raw-id: //depot/perl@34120
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -25,7 +25,7 @@ # $Id: Head.U 6 2006-08-25 22:21:46Z rmanfredi $ # -# Generated on Tue Jul 8 22:01:30 CEST 2008 [metaconfig 3.5 PL0] +# Generated on Thu Jul 10 17:14:53 CEST 2008 [metaconfig 3.5 PL0] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ <<EOF @@ -17462,7 +17462,6 @@ int main(int argc, char **argv) { EOP set try -d_sprintf_returns_strlen="$undef" if eval $compile; then xxx="`$run ./try`" case "$?" in @@ -17477,6 +17476,9 @@ EOM d_sprintf_returns_strlen="$undef" ;; esac +lse + echo "(I can't seem to compile the test program--assuming it doesn't)" >&4 + d_sprintf_returns_strlen="$undef" fi $rm_try |