2007-01-04 Daiki Ueno <ueno@unixuser.org>
+ * configure.ac: Use AC_MSG_WARN instead of AC_MSG_ERROR.
+
* 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,
AM_CONDITIONAL(XEMACS, test ${EMACS_FLAVOR} = xemacs)
-AC_CHECK_GPG(1.4.3,,AC_MSG_ERROR([No suitable version of gpg]))
+AC_CHECK_GPG(1.4.3,,AC_MSG_WARN([No suitable version of gpg]))
AC_CONFIG_FILES([Makefile])
AC_OUTPUT