summaryrefslogtreecommitdiff
path: root/build/apr_hints.m4
diff options
context:
space:
mode:
authortrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2001-11-29 00:17:32 +0000
committertrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2001-11-29 00:17:32 +0000
commit2171e0391bcad4a29cfd2b277cf5cc75c8addd10 (patch)
treeca22f33ce6e252a917e54bcee17d6f4073167e8d /build/apr_hints.m4
parent415f638c57dd08a4fb1642fe899ead500b7ab5d6 (diff)
downloadlibapr-2171e0391bcad4a29cfd2b277cf5cc75c8addd10.tar.gz
get errorcodes.c compiling on AIX 5L again
we didn't recognize 5L, so we didn't define _USE_IRS, so we didn't get the prototype for hstrerror(), and I recently told xlc to be pickier, so the compiler bailed on a so-called misuse of hstrerror() git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62574 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/apr_hints.m4')
-rw-r--r--build/apr_hints.m43
1 files changed, 3 insertions, 0 deletions
diff --git a/build/apr_hints.m4 b/build/apr_hints.m4
index e06ed1bc7..dfb300ea9 100644
--- a/build/apr_hints.m4
+++ b/build/apr_hints.m4
@@ -69,6 +69,9 @@ if test "x$apr_preload_done" != "xyes" ; then
*-ibm-aix4.3)
APR_ADDTO(CPPFLAGS, [-D_USE_IRS -U__STR__])
;;
+ *-ibm-aix5*)
+ APR_ADDTO(CPPFLAGS, [-D_USE_IRS -U__STR__])
+ ;;
*-ibm-aix4.3.*)
APR_ADDTO(CPPFLAGS, [-D_USE_IRS -U__STR__])
;;