added libs to autoconf

This commit is contained in:
Chris Cromer 2016-10-17 20:31:39 -03:00
parent 591a50904b
commit 68a24fd122
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ AM_PATH_XML2(2.9.0,,AC_MSG_ERROR([
*** Libxml is required to build generarxml; Available at
http://www.libxml.org/.]))
AM_CFLAGS=(`xml2-config --cflags`)
AM_CFLAGS=(`xml2-config --cflags --libs`)
PKG_CHECK_MODULES([libxml2], [libxml-2.0])