OSDN Git Service

* configure.ac: Use AC_MSG_WARN instead of AC_MSG_ERROR.
authorDaiki Ueno <ueno@unixuser.org>
Thu, 4 Jan 2007 05:42:53 +0000 (05:42 +0000)
committerDaiki Ueno <ueno@unixuser.org>
Thu, 4 Jan 2007 05:42:53 +0000 (05:42 +0000)
ChangeLog
configure.ac

index bd29f29..e8bdbce 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 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,
index adb163c..f84a7c5 100644 (file)
@@ -9,7 +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_CHECK_GPG(1.4.3,,AC_MSG_WARN([No suitable version of gpg]))
 
 AC_CONFIG_FILES([Makefile])
 AC_OUTPUT