https://issues.shibboleth.net/jira/browse/CPPXT-79
authorScott Cantor <cantor.2@osu.edu>
Mon, 8 Aug 2011 14:33:47 +0000 (14:33 +0000)
committerScott Cantor <cantor.2@osu.edu>
Mon, 8 Aug 2011 14:33:47 +0000 (14:33 +0000)
configure.ac

index 1984983..f718cc2 100644 (file)
@@ -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"