diff options
author | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2011-08-11 09:28:49 +0000 |
---|---|---|
committer | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2011-08-11 09:28:49 +0000 |
commit | cce27a3d7516195a56d864d85097ba5c98ccbdf8 (patch) | |
tree | 300d60c918e0bf833a62870d255f435061dd6ca8 /sca-cpp/trunk/ubuntu/ubuntu-bin-all-image | |
parent | ab81b661aa815cc67b22506f17380dcbdb0a89a0 (diff) |
Upgrade to SpiderMonkey 1.8.5.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1156555 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-cpp/trunk/ubuntu/ubuntu-bin-all-image')
-rwxr-xr-x | sca-cpp/trunk/ubuntu/ubuntu-bin-all-image | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sca-cpp/trunk/ubuntu/ubuntu-bin-all-image b/sca-cpp/trunk/ubuntu/ubuntu-bin-all-image index cbd465dcdc..a6eef2e494 100755 --- a/sca-cpp/trunk/ubuntu/ubuntu-bin-all-image +++ b/sca-cpp/trunk/ubuntu/ubuntu-bin-all-image @@ -48,11 +48,6 @@ sudo apt-get -y install libevent-dev if [ "$?" != "0" ]; then exit $? fi -# Required by TraceMonkey -sudo apt-get -y install autoconf2.13 zip -if [ "$?" != "0" ]; then - exit $? -fi # Required by Apache Qpid/C++ sudo apt-get -y install libboost-dev libboost-program-options-dev libboost-filesystem-dev uuid-dev if [ "$?" != "0" ]; then |