* configure.ac: Don't check GnuPG version.
authorueno <ueno>
Thu, 4 Jan 2007 03:44:52 +0000 (03:44 +0000)
committerueno <ueno>
Thu, 4 Jan 2007 03:44:52 +0000 (03:44 +0000)
ChangeLog
configure.ac

index 39c3b06..c7eed14 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 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 adb163c..e683e71 100644 (file)
@@ -9,7 +9,5 @@ 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