rgala commented on PR #67: URL: https://github.com/apache/apr/pull/67#issuecomment-3172057007
I have forced **ac_cv_func_uuid_generate** and **ac_cv_search_uuid_generate** to yes, but will have to test it. I remember I had problems with AC_CHECK_HEADERS finding uuid.h, which is for uuid functions in libc which have not been implemented by IBM, though the uuid.h file exists on the system anyway. This is why I made a logic to force use of uuid.h file from libuuid for IBM i. This is the part of usability test that was the issue: ``` #if defined(HAVE_UUID_H) #include <uuid.h> ``` Can HAVE_UUID_H be forced through hints too, with AC_DEFINE(HAVE_UUID_H, 0) maybe? -- 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: dev-unsubscr...@apr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org