Need to append libraries not replace them.
authorScott Cantor <cantor.2@osu.edu>
Mon, 17 Mar 2008 21:20:01 +0000 (21:20 +0000)
committerScott Cantor <cantor.2@osu.edu>
Mon, 17 Mar 2008 21:20:01 +0000 (21:20 +0000)
configure.ac

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