Skip to content

Commit 34686fa

Browse files
committed
update IBM I platform detection
Submitted By: Rafał Gała Fixes: #66 git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1927466 13f79535-47bb-0310-9956-ffa450edef68
1 parent 6f47453 commit 34686fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/apr_hints.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ dnl # Not a problem in 10.20. Otherwise, who knows?
427427
AC_DEFINE(HAVE_ZOS_PTHREADS, 1, [Define for z/OS pthread API nuances])
428428
APR_ADDTO(CPPFLAGS, [-U_NO_PROTO -DSIGPROCMASK_SETS_THREAD_MASK -DTCP_NODELAY=1])
429429
;;
430-
*-ibm-as400)
430+
*-ibm-as400 | *-ibm-os400)
431431
APR_SETIFNULL(apr_lock_method, [USE_SYSVSEM_SERIALIZE])
432432
APR_SETIFNULL(apr_process_lock_is_global, [yes])
433433
APR_SETIFNULL(apr_gethostbyname_is_thread_safe, [yes])

0 commit comments

Comments
 (0)