svn commit: r1927466 - apr/apr/trunk/build
| Newsgroups | gmane.comp.apache.apr.cvs |
|---|---|
| Message-ID | <175345169312.3981345.17993370869065409521@svn02-us-east.apache.org> |
Author: covener
Date: Fri Jul 25 13:54:52 2025
New Revision: 1927466
Log:
update IBM I platform detection
Submitted By: Rafał Gała
Fixes: #66
Modified:
apr/apr/trunk/build/apr_hints.m4
Modified: apr/apr/trunk/build/apr_hints.m4
==============================================================================
--- apr/apr/trunk/build/apr_hints.m4 Fri Jul 25 11:32:51 2025 (r1927465)
+++ apr/apr/trunk/build/apr_hints.m4 Fri Jul 25 13:54:52 2025 (r1927466)
@@ -427,7 +427,7 @@ dnl # Not a problem in 10.20. Ot
AC_DEFINE(HAVE_ZOS_PTHREADS, 1, [Define for z/OS pthread API nuances])
APR_ADDTO(CPPFLAGS, [-U_NO_PROTO -DSIGPROCMASK_SETS_THREAD_MASK -DTCP_NODELAY=1])
;;
- *-ibm-as400)
+ *-ibm-as400 | *-ibm-os400)
APR_SETIFNULL(apr_lock_method, [USE_SYSVSEM_SERIALIZE])
APR_SETIFNULL(apr_process_lock_is_global, [yes])
APR_SETIFNULL(apr_gethostbyname_is_thread_safe, [yes])