Searched refs:BREW (Results 1 – 5 of 5) sorted by relevance
32 find_program(BREW brew)33 if(BREW)38 execute_process(COMMAND "${BREW}" "--env" "--plain" "openssl"117 if(BREW)120 # $BREW --prefix --installed <formula>129 execute_process(COMMAND "${BREW}" "--prefix" "--installed" "openssl"140 execute_process(COMMAND "${BREW}" "--prefix" "openssl"
83 AC_PATH_PROG([BREW], [brew])1044 if test -n "$BREW"; then1045 openssl_pkgconfig_dir=`$BREW --env --plain openssl | sed -n 's/PKG_CONFIG_PATH: //p'`1061 if test "x$HAVE_LIBCRYPTO" != "xyes" -a -n "$BREW"; then1065 # $BREW --prefix --installed <formula>1074 if $BREW --prefix --installed openssl >/dev/null 2>&1; then1083 openssl_path=`$BREW --prefix openssl`
4505 case $BREW in4507 ac_cv_path_BREW="$BREW" # Let the user override the test with a path.4532 BREW=$ac_cv_path_BREW4533 if test -n "$BREW"; then4534 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $BREW" >&54535 printf "%s\n" "$BREW" >&6; }9110 if test -n "$BREW"; then9111 openssl_pkgconfig_dir=`$BREW --env --plain openssl | sed -n 's/PKG_CONFIG_PATH: //p'`9226 if test "x$HAVE_LIBCRYPTO" != "xyes" -a -n "$BREW"; then9240 if $BREW --prefix --installed openssl >/dev/null 2>&1; then[all …]
7121 case $BREW in7123 ac_cv_path_BREW="$BREW" # Let the user override the test with a path.7148 BREW=$ac_cv_path_BREW7149 if test -n "$BREW"; then7150 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $BREW" >&57151 printf "%s\n" "$BREW" >&6; }8889 if test -n "$BREW"; then8890 openssl_pkgconfig_dir=`$BREW --env --plain openssl | sed -n 's/PKG_CONFIG_PATH: //p'`9006 if test "x$HAVE_OPENSSL" != "xyes" -a -n "$BREW"; then9018 if $BREW --prefix --installed openssl >/dev/null 2>&1; then[all …]
841 AC_PATH_PROG([BREW], [brew])1813 if test -n "$BREW"; then1814 openssl_pkgconfig_dir=`$BREW --env --plain openssl | sed -n 's/PKG_CONFIG_PATH: //p'`1831 if test "x$HAVE_OPENSSL" != "xyes" -a -n "$BREW"; then1835 # $BREW --prefix --installed <formula>1842 if $BREW --prefix --installed openssl >/dev/null 2>&1; then1851 openssl_path=`$BREW --prefix openssl`