From 538bce10c0d213fe225f64d38e86bc976755e79e Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 14 Jan 2005 23:39:28 +0000 Subject: [PATCH] (libledger_a_CXXFLAGS): Define -DHAVE_XMLPARSE=1 if the configure file did. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index c7cf5deb..7eb63487 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,6 +19,7 @@ libledger_a_SOURCES = \ value.cc \ walk.cc if HAVE_XMLPARSE +libledger_a_CXXFLAGS += -DHAVE_XMLPARSE=1 libledger_a_SOURCES += gnucash.cc xml.cc endif if HAVE_BOOST_PYTHON