svn commit: r1927467 - in apr/apr/branches/1.8.x: . build
| Newsgroups | gmane.comp.apache.apr.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: covener
Date: Fri Jul 25 13:55:54 2025
New Revision: 1927467
Log:
Merge r1927466 from trunk:
update IBM I platform detection
Submitted By: Rafał Gała
Fixes: #66
Modified:
apr/apr/branches/1.8.x/ (props changed)
apr/apr/branches/1.8.x/build/ (props changed)
apr/apr/branches/1.8.x/build/apr_hints.m4
Modified: apr/apr/branches/1.8.x/build/apr_hints.m4
==============================================================================
--- apr/apr/branches/1.8.x/build/apr_hints.m4 Fri Jul 25 13:54:52 2025 (r1927466)
+++ apr/apr/branches/1.8.x/build/apr_hints.m4 Fri Jul 25 13:55:54 2025 (r1927467)
@@ -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])