summaryrefslogtreecommitdiffstats
path: root/source/xap/mozilla-thunderbird/build-deps.sh
diff options
context:
space:
mode:
Diffstat (limited to 'source/xap/mozilla-thunderbird/build-deps.sh')
-rwxr-xr-xsource/xap/mozilla-thunderbird/build-deps.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/xap/mozilla-thunderbird/build-deps.sh b/source/xap/mozilla-thunderbird/build-deps.sh
index 69d1a8b29..c1ad0491b 100755
--- a/source/xap/mozilla-thunderbird/build-deps.sh
+++ b/source/xap/mozilla-thunderbird/build-deps.sh
@@ -36,6 +36,6 @@ if /bin/ls build-deps*.txz 1> /dev/null 2> /dev/null ; then # use prebuilt autoc
else
# We need to use the incredibly ancient autoconf-2.13 for this :/
( cd $CWD/build-deps/autoconf ; ./autoconf.build ) || exit 1
- # And node.js... WHY
- ( cd $CWD/build-deps/nodejs ; ./nodejs.build ) || exit 1
+ ## And node.js... WHY
+ #( cd $CWD/build-deps/nodejs ; ./nodejs.build ) || exit 1
fi