Remove --enable-service entry from build.sh

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