From 93a5d3ec2ba085e5a6a4fde151ef43af67d8b823 Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Mon, 8 Aug 2011 14:33:47 +0000 Subject: [PATCH] https://issues.shibboleth.net/jira/browse/CPPXT-79 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.1.4