mirror of
https://github.com/php-gnupg/php-gnupg.git
synced 2024-11-21 22:17:09 +00:00
Add /opt/homebrew to the configuration SEARCH_PATH (#43)
This commit is contained in:
parent
0271998c03
commit
b0b84c5ac1
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])
|
[ --with-gnupg[=dir] Include gnupg support])
|
||||||
|
|
||||||
if test "$PHP_GNUPG" != "no"; then
|
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="include/gpgme.h"
|
||||||
SEARCH_FOR_ALT="include/gpgme/gpgme.h"
|
SEARCH_FOR_ALT="include/gpgme/gpgme.h"
|
||||||
if test -r $PHP_GNUPG/$SEARCH_FOR; then
|
if test -r $PHP_GNUPG/$SEARCH_FOR; then
|
||||||
|
|
Loading…
Reference in a new issue