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 97b66357f0e450919a7c07ea585f482d57ae178d Author: Damitha N.M. Kumarage <dami...@apache.org> AuthorDate: Mon May 31 05:40:30 2010 +0000 Remove --enable-service entry from build.sh --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 259f269..ee05347 100755 --- a/build.sh +++ b/build.sh @@ -1,5 +1,5 @@ #!/bin/bash ./autogen.sh -./configure --prefix=$AXIS2C_HOME --enable-static=no --enable-xpath --enable-service --with-axis2=${AXIS2C_HOME}/include/axis2-1.6.0 +./configure --prefix=$AXIS2C_HOME --enable-static=no --enable-xpath --with-axis2=${AXIS2C_HOME}/include/axis2-1.6.0 make -j30 make install