OSDN Git Service

Reverted.
authorDaiki Ueno <ueno@unixuser.org>
Thu, 4 Jan 2007 03:48:18 +0000 (03:48 +0000)
committerDaiki Ueno <ueno@unixuser.org>
Thu, 4 Jan 2007 03:48:18 +0000 (03:48 +0000)
ChangeLog
configure.ac

index c7eed14..39c3b06 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,5 @@
 2007-01-04  Daiki Ueno  <ueno@unixuser.org>
 
-       * 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,
index e683e71..adb163c 100644 (file)
@@ -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