diff options
author | David Reid <dreid@apache.org> | 2000-04-02 15:07:30 +0000 |
---|---|---|
committer | David Reid <dreid@apache.org> | 2000-04-02 15:07:30 +0000 |
commit | 21d8419e0a9111b5b8308df7d0299dc0b7017c65 (patch) | |
tree | b2bb762850e06a9a7c59f071c37c568b11099609 /configure.in | |
parent | 7d4f55a7f435e1a3a20f85d4810b0d89867635ab (diff) | |
download | apr-21d8419e0a9111b5b8308df7d0299dc0b7017c65.tar.gz |
This "should" get AIX prior to 4.3 using the AIX in the dso
directory once we start building that directory again. This is
untested.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@59762 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 080734409..f795310e9 100644 --- a/configure.in +++ b/configure.in @@ -83,12 +83,18 @@ if test ".$SYS_SW" = ".AIX"; then case "$SYS_KV" in [12]*) AC_DEFINE(USEBCOPY) + OSDIR="aix" ;; 3*) AC_DEFINE(NEED_RLIM_T) + OSDIR="aix" ;; 41*) AC_DEFINE(NEED_RLIM_T) + OSDIR="aix" + ;; + 42*) + OSDIR="aix" ;; esac fi |