Add dependency on libxslt

This commit is contained in:
David Baer
2015-08-06 09:09:42 -04:00
parent 2e01fc257e
commit e25aff6a0f

View File

@@ -3,6 +3,8 @@ AM_INIT_AUTOMAKE([-Wall -Werror foreign])
AC_PROG_CC AC_PROG_CC
AC_PROG_LEX AC_PROG_LEX
AC_PROG_YACC AC_PROG_YACC
PKG_CHECK_MODULES([libxml2], [libxml-2.0])
PKG_CHECK_MODULES([libxslt], [libxslt])
AC_CONFIG_HEADERS([config.h]) AC_CONFIG_HEADERS([config.h])
AC_CONFIG_FILES([ AC_CONFIG_FILES([
Makefile Makefile