This is an automated email from the ASF dual-hosted git repository. rnewson pushed a commit to branch fix-brew-sm-build-2 in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 8ed3320ec11aa9bf5b563ba5fdfcd282acd2652f Author: Robert Newson <[email protected]> AuthorDate: Mon Sep 15 16:10:39 2025 +0100 fix centos/freebsd build --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 62a295711..01744b837 100755 --- a/configure +++ b/configure @@ -46,7 +46,7 @@ CLOUSEAU_URI=${CLOUSEAU_URI:-"https://github.com/cloudant-labs/clouseau/releases CLOUSEAU_VSN=${CLOUSEAU_VSN:-"2.25.0"} CLOUSEAU_DIR="$(pwd)"/clouseau ARCH="$(uname -m)" -MULTIARCH_NAME="$(command -v dpkg-architecture > /dev/null && dpkg-architecture -q DEB_HOST_MULTIARCH)" +MULTIARCH_NAME="$(which dpkg-architecture > /dev/null && dpkg-architecture -q DEB_HOST_MULTIARCH)" ERLANG_VER="$(run_erlang 'io:put_chars(erlang:system_info(otp_release)).')" ERLANG_OS="$(run_erlang 'case os:type() of {OS, _} -> io:format("~s~n", [OS]) end.')"
