summaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
authorGravatar shankar2010-03-03 12:19:27 +0000
committerGravatar shankar2010-03-03 12:19:27 +0000
commit47c56b04fd53b446b58f372ff9301d2caee1666a (patch)
tree32b7c80169bb326767928912df516e2528a34b48 /build.sh
parent5e60ee16da82d2af524cd06dd03aa28f69b611ed (diff)
downloadaxis2c-47c56b04fd53b446b58f372ff9301d2caee1666a.tar.gz
axis2c-47c56b04fd53b446b58f372ff9301d2caee1666a.tar.bz2
removing hardcoded version numbers. Refer AXIS2C-1457
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@918438 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 317b1d4..6c3e195 100755
--- a/build.sh
+++ b/build.sh
@@ -7,7 +7,7 @@ export AXIS2C_HOME
echo "AXIS2C_HOME = ${AXIS2C_HOME}"
-sh configure --prefix=${AXIS2C_HOME} --enable-tests=yes --with-apache2=/usr/local/apache2/include
+sh configure --prefix=${AXIS2C_HOME} --enable-tests=yes
make -j 10
make install