changed one errormsg from gnupg to gpgme

This commit is contained in:
Thilo Raufeisen 2005-11-12 14:05:49 +00:00
parent 1bf61c6980
commit 6d0723bba0

View file

@ -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)