From 68a24fd122be6068facd5ada920a5a74f65a78c2 Mon Sep 17 00:00:00 2001 From: Chris Cromer Date: Mon, 17 Oct 2016 20:31:39 -0300 Subject: [PATCH] added libs to autoconf --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index af78fa0..240dbc3 100644 --- a/configure.ac +++ b/configure.ac @@ -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])