From ccb5ef2a8f799364e4b3805393c62bf2c171aa6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Ga=C5=82a?= Date: Thu, 12 Jun 2025 10:45:05 +0200 Subject: [PATCH] Fix case statement to match os400 --- build/apr_hints.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/apr_hints.m4 b/build/apr_hints.m4 index fd3d33de059..c8434d3662e 100644 --- a/build/apr_hints.m4 +++ b/build/apr_hints.m4 @@ -427,7 +427,7 @@ dnl # Not a problem in 10.20. Otherwise, who knows? 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])