(libledger_a_CXXFLAGS): Define -DHAVE_XMLPARSE=1 if the configure file

did.
This commit is contained in:
John Wiegley 2005-01-14 23:39:28 +00:00
parent db59f768bb
commit 538bce10c0

View file

@ -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