From: Scott Cantor Date: Mon, 17 Mar 2008 21:20:01 +0000 (+0000) Subject: Need to append libraries not replace them. X-Git-Tag: 1.0.0~3 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-xmltooling.git;a=commitdiff_plain;h=bed6dded26255e018344277982903ce52d612c88 Need to append libraries not replace them. --- 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"