Skip to content

Commit 734537b

Browse files
committed
Force USE_SHMEM_SHMGET on OS400
1 parent c05a948 commit 734537b

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)