From 0943842a89d497d7ce406d364448abbb6519c635 Mon Sep 17 00:00:00 2001 From: Shakeel Butt Date: Fri, 15 Feb 2013 13:32:09 +0000 Subject: configure: configure a subsystem when explicitly requested. Executing "./configure --enable-stubdom" doesn't call stubdom/configure, fix this. Signed-off-by: Shakeel Butt Acked-by: Ian Campbell Committed-by: Ian Campbell --- configure | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 69803a7907..06c0e99382 100755 --- a/configure +++ b/configure @@ -2000,6 +2000,9 @@ stubdom=n fi +fi + + if test -e "stubdom/configure"; then : if test "x$stubdom" = "xy" || test "x$stubdom" = "x" ; then @@ -2011,9 +2014,6 @@ fi -fi - - # Check whether --enable-docs was given. if test "${enable_docs+set}" = set; then : -- cgit v1.2.3