summaryrefslogtreecommitdiffstats
path: root/cpp/sdo
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2009-08-24 06:54:57 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2009-08-24 06:54:57 +0000
commita90343b4cf7a42a7b5fa3cf0a0e22ff54522baeb (patch)
tree5b7ff67370137ce7aff40f02a58c8845835e5b10 /cpp/sdo
parente57c0473bd02a8ae5889156e5ea02051efe14b5a (diff)
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
Diffstat (limited to 'cpp/sdo')
-rwxr-xr-xcpp/sdo/build.sh6
1 files changed, 2 insertions, 4 deletions
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