jorton 2003/01/15 06:00:55
Modified: build apr_common.m4
Log:
Fix misdetection of strerror_r return type with glibc 2.3 (which meant
corrupt error messages).
Revision Changes Path
1.50 +1 -0 apr/build/apr_common.m4
Index: apr_common.m4
===================================================================
RCS file: /home/cvs/apr/build/apr_common.m4,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- apr_common.m4 19 Dec 2002 05:19:23 -0000 1.49
+++ apr_common.m4 15 Jan 2003 14:00:55 -0000 1.50
@@ -454,6 +454,7 @@
AC_MSG_CHECKING(for type of return code from strerror_r)
AC_TRY_RUN([
#include <errno.h>
+#include <string.h>
#include <stdio.h>
main()
{