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.
 
 
 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