From 1a086f85482f7089efaea49d6c29923ef9b686ec Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 22 Apr 2026 21:12:50 +0200 Subject: [PATCH] AIX uppercase --- m4/curl-reentrant.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/curl-reentrant.m4 b/m4/curl-reentrant.m4 index eb585ad64d..e77c1cde68 100644 --- a/m4/curl-reentrant.m4 +++ b/m4/curl-reentrant.m4 @@ -303,7 +303,7 @@ dnl Internal macro for CURL_CONFIGURE_THREAD_SAFE. AC_DEFUN([CURL_CHECK_NEED_THREAD_SAFE_SYSTEM], [ case $host_os in aix[[123]].* | aix4.[[012]].*) - dnl aix 4.2 and older + dnl AIX 4.2 and older tmp_need_thread_safe="no" ;; aix*)