We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80762df commit c397326Copy full SHA for c397326
configure.ac
@@ -675,7 +675,7 @@ case $host in
675
if test x$cross_compiling != xyes; then
676
BUILD_OS=darwin
677
AC_PATH_PROGS([RSVG_CONVERT], [rsvg-convert rsvg], [rsvg-convert])
678
- AC_CHECK_PROG([BREW],brew, brew)
+ AC_CHECK_PROG([BREW], [brew], [brew])
679
if test x$BREW = xbrew; then
680
dnl These Homebrew packages may be keg-only, meaning that they won't be found
681
dnl in expected paths because they may conflict with system files. Ask
0 commit comments