2005-10-19 [colin] 1.9.15cvs76
[claws.git] / configure.ac
index fdb0003884fd68d2eeab9df0e9d648faf7f163f9..76af208d9afe2893a6e8e2b179c12da0ac59d104 100644 (file)
@@ -11,7 +11,7 @@ MINOR_VERSION=9
 MICRO_VERSION=15
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=21
+EXTRA_VERSION=76
 EXTRA_RELEASE=
 EXTRA_GTK2_VERSION=
 
@@ -735,15 +735,17 @@ if test x"$ac_cv_enable_libetpan" = xyes; then
           LIBETPAN_LIBS="`$libetpanconfig --libs`"
           LIBETPAN_VERSION=`$libetpanconfig --version | sed "s/\.//g" | sed "s/-.*$//"`
           if test "$LIBETPAN_VERSION" -lt "039"; then
-               AC_MSG_ERROR([Sylpheed requires libetpan 0.39 or newer. See http://www.etpan.org/])
-               AC_MSG_ERROR([You can use --disable-libetpan if you don't need IMAP4 support.])
+               AC_MSG_RESULT([*** Sylpheed requires libetpan 0.39 or newer. See http://www.etpan.org/])
+               AC_MSG_RESULT([*** You can use --disable-libetpan if you don't need IMAP4 support.])
+                AC_MSG_ERROR([libetpan 0.39 not found])
           fi
           AC_SUBST(LIBETPAN_FLAGS)
           AC_SUBST(LIBETPAN_LIBS)
           AC_DEFINE(HAVE_LIBETPAN, 1, Define if you want IMAP support.)
        else
-          AC_MSG_ERROR([Sylpheed requires libetpan 0.39 or newer. See http://www.etpan.org/ ])
-          AC_MSG_ERROR([You can use --disable-libetpan if you don't need IMAP4 support.])
+          AC_MSG_RESULT([*** Sylpheed requires libetpan 0.39 or newer. See http://www.etpan.org/ ])
+          AC_MSG_RESULT([*** You can use --disable-libetpan if you don't need IMAP4 support.])
+           AC_MSG_ERROR([libetpan 0.39 not found])
        fi
 else
        AC_MSG_RESULT(no)