This is an automated email from the ASF dual-hosted git repository. billblough pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-c-savan.git
commit 98b4c9777a89ef05be4f290f516167d310106656 Author: Damitha N.M. Kumarage <dami...@apache.org> AuthorDate: Mon Mar 8 21:17:09 2010 +0000 --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index a27a7ca..259f269 100755 --- a/build.sh +++ b/build.sh @@ -1,5 +1,5 @@ #!/bin/bash ./autogen.sh -./configure --prefix=$AXIS2C_HOME --enable-static=no --with-axis2=${AXIS2C_HOME}/include/axis2-1.6.0 +./configure --prefix=$AXIS2C_HOME --enable-static=no --enable-xpath --enable-service --with-axis2=${AXIS2C_HOME}/include/axis2-1.6.0 make -j30 make install