brainy commented on code in PR #67: URL: https://github.com/apache/apr/pull/67#discussion_r2260350489
########## 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: Also, please avoid bashisms. `[[ ... ]]` is not a standard shell test, `[ ... ]` is. Not every shell in the world is bash. -- 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