diff --git a/config.m4 b/config.m4 index 0883305..87137fb 100644 --- a/config.m4 +++ b/config.m4 @@ -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