pgj commented on code in PR #4380:
URL: https://github.com/apache/couchdb/pull/4380#discussion_r1072397056
##########
configure:
##########
@@ -230,6 +235,26 @@ then
exit 1
fi
+if [ "${ERLANG_OS}" = "unix" ]
+then
Review Comment:
Hrm, I see exactly the opposite. For example, see the previous `if` block
(`if [ "${ARCH}" = "aarch64" ] ...`).
--
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]