Use full paths for submodules in the configure script

This commit is contained in:
Patrick Walton 2013-06-06 16:21:18 -07:00
parent c65d51f812
commit 98a730c703

6
configure vendored
View file

@ -503,13 +503,13 @@ do
# needed because Azure's configure wants "--enable-skia"
CONFIGURE_ARGS=""
ENV_VARS=""
if [ $i = "rust-azure" ]; then
if [ $i = "support/azure/rust-azure" ]; then
CONFIGURE_ARGS="--enable-skia"
fi
if [ $i = "nspr" ]; then
if [ $i = "support/nss/nspr" ]; then
CONFIGURE_ARGS="--enable-64bit"
fi
if [ $i = mozjs ]; then
if [ $i = "support/spidermonkey/mozjs" ]; then
if [ ! -z $CFG_ENABLE_DEBUG ]; then
CONFIGURE_ARGS="--enable-debug"
fi