passing the SCRIPTSUPPORT directive on to the IXML makefile
This commit is contained in:
parent
c45b279d6f
commit
549313de44
@ -18,6 +18,10 @@ else
|
||||
AM_CPPFLAGS += -DNDEBUG
|
||||
endif
|
||||
|
||||
if ENABLE_SCRIPTSUPPORT
|
||||
AM_CPPFLAGS += -DSCRIPTSUPPORT
|
||||
endif
|
||||
|
||||
lib_LTLIBRARIES = libixml.la
|
||||
|
||||
libixml_la_LDFLAGS = -version-info $(LT_VERSION_IXML) \
|
||||
|
Loading…
Reference in New Issue
Block a user