Change 34120 by [EMAIL PROTECTED] on 2008/07/10 15:15:24
Subject: [PATCH] Configure - d_sprintf_returns_strlen
From: "Jerry D. Hedden" <[EMAIL PROTECTED]>
Date: Thu, 19 Jun 2008 11:22:58 -0400
Message-ID: <[EMAIL PROTECTED]>
Affected files ...
... //depot/perl/Configure#699 edit
Differences ...
==== //depot/perl/Configure#699 (xtext) ====
Index: perl/Configure
--- perl/Configure#698~34114~ 2008-07-08 13:03:50.000000000 -0700
+++ perl/Configure 2008-07-10 08:15:24.000000000 -0700
@@ -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 [EMAIL PROTECTED])
cat >c1$$ <<EOF
@@ -17462,7 +17462,6 @@
EOP
set try
-d_sprintf_returns_strlen="$undef"
if eval $compile; then
xxx="`$run ./try`"
case "$?" in
@@ -17477,6 +17476,9 @@
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
End of Patch.