diff --git a/configure.in b/configure.in index 8c2a0cbdf0..b79e04f2f3 100644 --- a/configure.in +++ b/configure.in @@ -1476,7 +1476,7 @@ case $host in USE_SHMEM_SHMGET) fi ;; - *aix* ) + *aix* | *os400 ) # AIX cannot lseek() shared memory, and we always truncate/lseek together APR_DECISION_OVERRIDE(USE_SHMEM_SHMGET) ;;