Add /opt/homebrew to the configuration SEARCH_PATH (#43)

This commit is contained in:
Jakub Zelenka 2022-02-20 21:06:23 +00:00 committed by GitHub
parent 0271998c03
commit b0b84c5ac1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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