From: Scott Cantor Date: Mon, 8 Aug 2011 14:33:47 +0000 (+0000) Subject: https://issues.shibboleth.net/jira/browse/CPPXT-79 X-Git-Tag: 1.5.0~98 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-xmltooling.git;a=commitdiff_plain;h=93a5d3ec2ba085e5a6a4fde151ef43af67d8b823 https://issues.shibboleth.net/jira/browse/CPPXT-79 --- diff --git a/configure.ac b/configure.ac index 1984983..f718cc2 100644 --- a/configure.ac +++ b/configure.ac @@ -276,7 +276,7 @@ if test x_$with_xmlsec != x_no; then if test x_$with_xmlsec != x_/usr; then CPPFLAGS="-I${with_xmlsec}/include $CPPFLAGS" - LDFLAGS="-L${with_xmlsec}/lib $LDFLAGS" + XMLSEC_LIBS="$XMLSEC_LIBS -L${with_xmlsec}/lib" fi XMLSEC_LIBS="$XMLSEC_LIBS -lxml-security-c"