Lines Matching refs:BREW
672 BREW
4500 # Do we have the brew command from Homebrew?
4502 # Extract the first word of "brew", so it can be a program name with args.
4503 set dummy brew; ac_word=$2
4510 case $BREW in
4512 ac_cv_path_BREW="$BREW" # Let the user override the test with a path.
4537 BREW=$ac_cv_path_BREW
4538 if test -n "$BREW"; then
4539 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $BREW" >&5
4540 printf "%s\n" "$BREW" >&6; }
9174 # PKG_CONFIG_PATH from "brew --env openssl" and add that
9183 if test -n "$BREW"; then
9184 openssl_pkgconfig_dir=`$BREW --env --plain openssl | sed -n 's/PKG_CONFIG_PATH: //p'`
9299 if test "x$HAVE_LIBCRYPTO" != "xyes" -a -n "$BREW"; then
9303 # The brew man page lies when it speaks of
9304 # $BREW --prefix --installed <formula>
9313 if $BREW --prefix --installed openssl >/dev/null 2>&1; then
9323 openssl_path=`$BREW --prefix openssl`