]> git.ipfire.org Git - thirdparty/curl.git/commit
configure: suppress command not found for brew
authorMatt Jolly <kangie@gentoo.org>
Wed, 21 May 2025 10:30:11 +0000 (20:30 +1000)
committerViktor Szakats <commit@vsz.me>
Wed, 21 May 2025 11:14:46 +0000 (13:14 +0200)
commitd214e62f4e931296e36b620584036eda2ebd8464
treee70b038e5b1d47c3c0732d79b2e925b428564dd6
parent613308a0f1b7b4cdda194125d4462f633fd37dab
configure: suppress command not found for brew

42331cb48a1f66efaa0920ee8ccba5a74d67de27 made configure checks more
CMake-like, but now calls `brew` resulting in "command not found" in
the configure output if the package is not installed.

Redirect stderr to suppress this; it's not an issue for us if `brew`
isn't found.

Follow-up to 42331cb48a1f66efaa0920ee8ccba5a74d67de27 #17362

Closes #17407
configure.ac