From 8ebf679cd7e85b700c305fb083289ab432ce234e Mon Sep 17 00:00:00 2001 From: cantor Date: Mon, 17 Mar 2008 21:20:01 +0000 Subject: [PATCH] Need to append libraries not replace them. git-svn-id: https://svn.middleware.georgetown.edu/cpp-xmltooling/trunk@485 de75baf8-a10c-0410-a50a-987c0e22f00f --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index e8e1d3b..a2683a7 100644 --- a/configure.ac +++ b/configure.ac @@ -227,7 +227,7 @@ if test x_$with_xmlsec != x_no; then CPPFLAGS="-I${with_xmlsec}/include $CPPFLAGS" LDFLAGS="-L${with_xmlsec}/lib $LDFLAGS" fi - XMLSEC_LIBS="-lxml-security-c" + XMLSEC_LIBS="$XMLSEC_LIBS -lxml-security-c" # save and append master libs save_LIBS="$LIBS" -- 2.1.4