From 6d0723bba060d9fe32acb1c59bae378e510aa434 Mon Sep 17 00:00:00 2001 From: Thilo Raufeisen Date: Sat, 12 Nov 2005 14:05:49 +0000 Subject: [PATCH] changed one errormsg from gnupg to gpgme --- config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.m4 b/config.m4 index abf0948..6c0a0ed 100644 --- a/config.m4 +++ b/config.m4 @@ -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)