Skip to content

Commit 91bb313

Browse files
committed
Force USE_SHMEM_SHMGET on OS400
Force USE_SHMEM_SHMGET on OS400
1 parent 5a6d517 commit 91bb313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1476,7 +1476,7 @@ case $host in
14761476
USE_SHMEM_SHMGET)
14771477
fi
14781478
;;
1479-
*aix* )
1479+
*aix*|*os400 )
14801480
# AIX cannot lseek() shared memory, and we always truncate/lseek together
14811481
APR_DECISION_OVERRIDE(USE_SHMEM_SHMGET)
14821482
;;

0 commit comments

Comments
 (0)