You are viewing a plain text version of this content. The canonical link for it is here.
Posted to savan-dev@ws.apache.org by da...@apache.org on 2009/03/06 09:06:49 UTC

svn commit: r750803 - /webservices/savan/trunk/c/configure.ac

Author: damitha
Date: Fri Mar  6 08:06:48 2009
New Revision: 750803

URL: http://svn.apache.org/viewvc?rev=750803&view=rev
Log: (empty)

Modified:
    webservices/savan/trunk/c/configure.ac

Modified: webservices/savan/trunk/c/configure.ac
URL: http://svn.apache.org/viewvc/webservices/savan/trunk/c/configure.ac?rev=750803&r1=750802&r2=750803&view=diff
==============================================================================
--- webservices/savan/trunk/c/configure.ac (original)
+++ webservices/savan/trunk/c/configure.ac Fri Mar  6 08:06:48 2009
@@ -174,6 +174,9 @@
     else
         AC_MSG_ERROR(could not find libxml2. stop)
     fi
+    PKG_CHECK_MODULES(XSLT, libxslt)
+    CFLAGS="$CFLAGS -DSAVAN_FILTERING $XSLT_CFLAGS"
+    LDFLAGS="$LDFLAGS -lxslt"
     ;;
   esac ],
   AC_MSG_RESULT(no)