mirror of
https://github.com/php-gnupg/php-gnupg.git
synced 2024-11-21 22:17:09 +00:00
changed one errormsg from gnupg to gpgme
This commit is contained in:
parent
1bf61c6980
commit
6d0723bba0
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ if test "$PHP_GNUPG" != "no"; then
|
|||
|
||||
if test -z "$GNUPG_DIR"; then
|
||||
AC_MSG_RESULT([not found])
|
||||
AC_MSG_ERROR([Please reinstall the gnupg distribution])
|
||||
AC_MSG_ERROR([Please reinstall the gpgme distribution])
|
||||
fi
|
||||
|
||||
PHP_ADD_INCLUDE($GNUPG_DIR/include)
|
||||
|
|
Loading…
Reference in a new issue