From: ueno Date: Thu, 4 Jan 2007 03:48:18 +0000 (+0000) Subject: Reverted. X-Git-Tag: epg-0_0_10~26 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=c08b265ccd502a7cb177c95f1cf113c77179c26f;p=elisp%2Fepg.git Reverted. --- diff --git a/ChangeLog b/ChangeLog index c7eed14..39c3b06 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,5 @@ 2007-01-04 Daiki Ueno - * configure.ac: Don't check GnuPG version. - * epg.el (epg-signature-to-string): Print creation-time and used pubkey-algorithm. (epg-sign-string): If the GnuPG version is earlier than 1.4.3, diff --git a/configure.ac b/configure.ac index e683e71..adb163c 100644 --- a/configure.ac +++ b/configure.ac @@ -9,5 +9,7 @@ AC_PATH_PACKAGEDIR AM_CONDITIONAL(XEMACS, test ${EMACS_FLAVOR} = xemacs) +AC_CHECK_GPG(1.4.3,,AC_MSG_ERROR([No suitable version of gpg])) + AC_CONFIG_FILES([Makefile]) AC_OUTPUT