[Commits] [SCM] claws branch, new-rssyl, updated. 3.10.1-18-gf0e816c
ticho at claws-mail.org
ticho at claws-mail.org
Thu Jun 12 23:24:47 CEST 2014
The branch new-rssyl of project "claws" (Claws Mail) has been updated
via f0e816c3671a98179bae596bcb7b42ce6549776a (commit)
from af75d3af56b600afe93ead2e235c0d03da12826d (commit)
- Log -----------------------------------------------------------------
commit f0e816c3671a98179bae596bcb7b42ce6549776a
Author: Andrej Kacian <andrej at kacian.sk>
Date: Thu Jun 12 23:24:18 2014 +0200
Fix previous commit, do not confuse preprocessor macros with shell variables.
diff --git a/configure.ac b/configure.ac
index 3bb1aa7..ccbfaae 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1069,7 +1069,8 @@ 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, yes, [Define if expat is available])
+ HAVE_EXPAT=yes
+ AC_DEFINE(HAVE_EXPAT, 1, [Define if expat is available])
EXPAT_LIBS="-lexpat"
fi
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list