[Commits] [SCM] claws branch, new-rssyl, updated. 3.10.1-17-gaf75d3a
ticho at claws-mail.org
ticho at claws-mail.org
Thu Jun 12 23:16:49 CEST 2014
The branch new-rssyl of project "claws" (Claws Mail) has been updated
via af75d3af56b600afe93ead2e235c0d03da12826d (commit)
from 0dda1d5ada83fcc6f4318e4b9e5c4f48fd406d57 (commit)
- Log -----------------------------------------------------------------
commit af75d3af56b600afe93ead2e235c0d03da12826d
Author: Andrej Kacian <andrej at kacian.sk>
Date: Thu Jun 12 23:16:03 2014 +0200
Use correct values (yes/no instead of 1/0) for HAVE_EXPAT variable in configure.
diff --git a/configure.ac b/configure.ac
index ab14ea9..3bb1aa7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1065,11 +1065,11 @@ AC_SUBST(CURL_LIBS)
AC_SUBST(CURL_CFLAGS)
dnl expat **********************************************************************
-HAVE_EXPAT=0
+HAVE_EXPAT=no
AC_CHECK_HEADER(expat.h, [expat_header=yes], [])
AC_CHECK_LIB(expat, XML_ParserCreate, [expat_lib=yes], [])
if test x"$expat_header" = xyes -a x"$expat_lib"=xyes; then
- AC_DEFINE(HAVE_EXPAT, 1, [Define if expat is available])
+ AC_DEFINE(HAVE_EXPAT, yes, [Define if expat is available])
EXPAT_LIBS="-lexpat"
fi
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list