Change 34126 by [EMAIL PROTECTED] on 2008/07/11 13:06:21
Subject: [PATCH] Fix to Change 34120
From: "Jerry D. Hedden" <[EMAIL PROTECTED]>
Date: Fri, 11 Jul 2008 08:59:24 -0400
Message-ID: <[EMAIL PROTECTED]>
Affected files ...
... //depot/perl/Configure#700 edit
Differences ...
==== //depot/perl/Configure#700 (xtext) ====
Index: perl/Configure
--- perl/Configure#699~34120~ 2008-07-10 08:15:24.000000000 -0700
+++ perl/Configure 2008-07-11 06:06:21.000000000 -0700
@@ -17476,7 +17476,7 @@
d_sprintf_returns_strlen="$undef"
;;
esac
-lse
+else
echo "(I can't seem to compile the test program--assuming it doesn't)" >&4
d_sprintf_returns_strlen="$undef"
fi
End of Patch.