summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 206cb62d1..49d1338af 100644
--- a/configure.in
+++ b/configure.in
@@ -1447,6 +1447,10 @@ case $host in
USE_SHMEM_SHMGET)
fi
;;
+ *aix* )
+ # AIX cannot lseek() shared memory, and we always truncate/lseek together
+ APR_DECISION_OVERRIDE(USE_SHMEM_SHMGET)
+ ;;
esac
APR_END_DECISION
AC_DEFINE_UNQUOTED($ac_decision)