* configure.ac: Don't exit if GnuPG (>= 1.4.3) is unavailable.
authorueno <ueno>
Thu, 4 Jan 2007 05:45:12 +0000 (05:45 +0000)
committerueno <ueno>
Thu, 4 Jan 2007 05:45:12 +0000 (05:45 +0000)
ChangeLog
configure.ac

index e8bdbce..d409b84 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
 2007-01-04  Daiki Ueno  <ueno@unixuser.org>
 
-       * configure.ac: Use AC_MSG_WARN instead of AC_MSG_ERROR.
+       * configure.ac: Don't exit if GnuPG (>= 1.4.3) is unavailable.
 
        * epg.el (epg-signature-to-string): Print creation-time and used
        pubkey-algorithm.
index f84a7c5..d416b2a 100644 (file)
@@ -9,7 +9,7 @@ AC_PATH_PACKAGEDIR
 
 AM_CONDITIONAL(XEMACS, test ${EMACS_FLAVOR} = xemacs)
 
-AC_CHECK_GPG(1.4.3,,AC_MSG_WARN([No suitable version of gpg]))
+AC_CHECK_GPG(1.4.3)
 
 AC_CONFIG_FILES([Makefile])
 AC_OUTPUT