From a90343b4cf7a42a7b5fa3cf0a0e22ff54522baeb Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Mon, 24 Aug 2009 06:54:57 +0000 Subject: Minor changes to the Autoconf build files. SCA and SDO builds are working again. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@807102 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/sdo/build.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'cpp/sdo') diff --git a/cpp/sdo/build.sh b/cpp/sdo/build.sh index efcf8ecf67..fc1743fea8 100755 --- a/cpp/sdo/build.sh +++ b/cpp/sdo/build.sh @@ -19,12 +19,10 @@ if [ x$LIBXML2_INCLUDE = x ]; then -echo "LIBXML2_INCLUDE not set" -exit; +export LIBXML2_INCLUDE=/usr/include/libxml2 fi if [ x$LIBXML2_LIB = x ]; then -echo "LIBXML2_LIB not set" -exit; +export LIBXML2_LIB=/usr/lib fi if [ x$AXIS2C_HOME = x ]; then -- cgit v1.2.3