From 98a730c70310416e82703d7684f3a3d489d86ecc Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Thu, 6 Jun 2013 16:21:18 -0700 Subject: [PATCH] Use full paths for submodules in the configure script --- configure | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure b/configure index 5fffd078556..8d39cb8788a 100755 --- a/configure +++ b/configure @@ -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