From b0b84c5ac1a6eca583a51e5c80957df52e45b80f Mon Sep 17 00:00:00 2001 From: Jakub Zelenka Date: Sun, 20 Feb 2022 21:06:23 +0000 Subject: [PATCH] Add /opt/homebrew to the configuration SEARCH_PATH (#43) --- config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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