mirror of
https://github.com/php-gnupg/php-gnupg.git
synced 2026-01-12 03:19:34 +00:00
Add /opt/homebrew to the configuration SEARCH_PATH
This commit is contained in:
parent
0271998c03
commit
c7340220f7
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue