Re: [PR] Force libuuid usage for IBM i (os400). [apr ]

rgala (via GitHub) <[email protected]> Mon, 18 Aug 2025 12:02:36 -0000
Newsgroups gmane.comp.apache.apr.devel
Message-ID <PR_kwDOAAJ05c6cYOim-3aab8931-2558-4ad7-b88f-2910ffcd5f9f@gitbox.apache.org>
rgala commented on code in PR #67:
URL: https://github.com/apache/apr/pull/67#discussion_r2282201397


##########
configure.in:
##########
@@ -2912,19 +2912,30 @@ dnl ----------------------------- Checking for UUID Support
 AC_MSG_NOTICE([])
 AC_MSG_NOTICE([Checking for OS UUID Support...])
 
-AC_CHECK_HEADERS(uuid.h uuid/uuid.h sys/uuid.h, break)
+if [[[ "$host" != *os400 ]]]; then

Review Comment:
   I have made suggested changes. Please verify



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]