https://issues.shibboleth.net/jira/browse/CPPXT-79
authorscantor <scantor@de75baf8-a10c-0410-a50a-987c0e22f00f>
Mon, 8 Aug 2011 14:33:47 +0000 (14:33 +0000)
committerscantor <scantor@de75baf8-a10c-0410-a50a-987c0e22f00f>
Mon, 8 Aug 2011 14:33:47 +0000 (14:33 +0000)
git-svn-id: https://svn.shibboleth.net/cpp-xmltooling/branches/REL_1@892 de75baf8-a10c-0410-a50a-987c0e22f00f

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"