Lines Matching refs:BREW
672 BREW
4505 case $BREW in
4507 ac_cv_path_BREW="$BREW" # Let the user override the test with a path.
4532 BREW=$ac_cv_path_BREW
4533 if test -n "$BREW"; then
4534 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $BREW" >&5
4535 printf "%s\n" "$BREW" >&6; }
9110 if test -n "$BREW"; then
9111 openssl_pkgconfig_dir=`$BREW --env --plain openssl | sed -n 's/PKG_CONFIG_PATH: //p'`
9226 if test "x$HAVE_LIBCRYPTO" != "xyes" -a -n "$BREW"; then
9231 # $BREW --prefix --installed <formula>
9240 if $BREW --prefix --installed openssl >/dev/null 2>&1; then
9250 openssl_path=`$BREW --prefix openssl`