From 6b835b0e993515b233eb38eabab564c2951228da Mon Sep 17 00:00:00 2001 From: Joshua Cranmer Date: Thu, 9 May 2013 12:03:21 -0500 Subject: [PATCH] Bug 869445 - Let configure work without a mozconfig, r=Standard8 --- configure.in | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.in b/configure.in index c5cba0dd4b..6d560a2a4c 100644 --- a/configure.in +++ b/configure.in @@ -237,6 +237,7 @@ changequote([,])dnl # Make the config.status file executable chmod +x $CONFIG_STATUS +_SUBDIR_CONFIG_ARGS="$ac_configure_args" if test -n "$UNIFY_DIST"; then # Make --with-unify-dist point to the right path _SUBDIR_CONFIG_ARGS="$_SUBDIR_CONFIG_ARGS --with-unify-dist=$UNIFY_DIST"