From 3738a675ec636a23e3292bd75818803a672706c5 Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Sun, 6 Sep 2009 00:14:47 +0000 Subject: More fixes to the autoconf build. Fixed Samples and Distros builds. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@811730 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/sdo/samples/build.sh | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'cpp/sdo/samples/build.sh') diff --git a/cpp/sdo/samples/build.sh b/cpp/sdo/samples/build.sh index 3aba22be31..c306d2a20d 100755 --- a/cpp/sdo/samples/build.sh +++ b/cpp/sdo/samples/build.sh @@ -17,13 +17,6 @@ # specific language governing permissions and limitations # under the License. -if [ x$TUSCANY_SDOCPP = x ]; then -echo "TUSCANY_SDOCPP not set" -exit; -fi -echo "Using SDO installed at $TUSCANY_SDOCPP" - -./configure --prefix=${TUSCANY_SDOCPP}/samples --enable-static=no -make +./configure.sh make install -- cgit v1.2.3