Add /opt/homebrew to the configuration SEARCH_PATH

This commit is contained in:
Jakub Zelenka 2022-01-16 18:49:48 +00:00
parent 0271998c03
commit c7340220f7

View file

@ -14,7 +14,7 @@ PHP_ARG_WITH(gnupg, for gnupg support,
[ --with-gnupg[=dir] Include gnupg support])
if test "$PHP_GNUPG" != "no"; then
SEARCH_PATH="/usr/local /usr /opt"
SEARCH_PATH="/usr/local /usr /opt /opt/homebrew"
SEARCH_FOR="include/gpgme.h"
SEARCH_FOR_ALT="include/gpgme/gpgme.h"
if test -r $PHP_GNUPG/$SEARCH_FOR; then