You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by pi...@apache.org on 2008/04/16 09:28:54 UTC

svn commit: r648580 - /webservices/axis2/trunk/c/configure.ac

Author: pini
Date: Wed Apr 16 00:28:53 2008
New Revision: 648580

URL: http://svn.apache.org/viewvc?rev=648580&view=rev
Log:
Added DAXIS2_LIBXML2_ENABLED

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

Modified: webservices/axis2/trunk/c/configure.ac
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/configure.ac?rev=648580&r1=648579&r2=648580&view=diff
==============================================================================
--- webservices/axis2/trunk/c/configure.ac (original)
+++ webservices/axis2/trunk/c/configure.ac Wed Apr 16 00:28:53 2008
@@ -143,7 +143,7 @@
     AC_MSG_RESULT(yes)
     WRAPPER_DIR="libxml2"
     PKG_CHECK_MODULES(PARSER, libxml-2.0)
-    CFLAGS="$CFLAGS $PARSER_CFLAGS"
+    CFLAGS="$CFLAGS $PARSER_CFLAGS -DAXIS2_LIBXML2_ENABLED"
     LDFLAGS="$LDFLAGS $PARSER_LIBS"
     ;;
   esac ],



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org