aboutsummaryrefslogtreecommitdiffstats
path: root/m4
diff options
context:
space:
mode:
authorShakeel Butt <shakeel.butt@gmail.com>2013-02-15 13:32:09 +0000
committerShakeel Butt <shakeel.butt@gmail.com>2013-02-15 13:32:09 +0000
commit0943842a89d497d7ce406d364448abbb6519c635 (patch)
tree3abf008587cdfb94710a2614234410e19770dd99 /m4
parent4308933102ae03cdc7782d8e8ed34fe455d7372d (diff)
downloadxen-0943842a89d497d7ce406d364448abbb6519c635.tar.gz
xen-0943842a89d497d7ce406d364448abbb6519c635.tar.bz2
xen-0943842a89d497d7ce406d364448abbb6519c635.zip
configure: configure a subsystem when explicitly requested.
Executing "./configure --enable-stubdom" doesn't call stubdom/configure, fix this. Signed-off-by: Shakeel Butt <shakeel.butt@gmail.com> Acked-by: Ian Campbell <ian.campbell@citrix.com> Committed-by: Ian Campbell <ian.campbell@citrix.com>
Diffstat (limited to 'm4')
-rw-r--r--m4/subsystem.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/subsystem.m4 b/m4/subsystem.m4
index 9e1e61f848..5e2eb581af 100644
--- a/m4/subsystem.m4
+++ b/m4/subsystem.m4
@@ -39,10 +39,10 @@ AX_ENABLE_SUBSYSTEM([$1])
],[
AX_DISABLE_SUBSYSTEM([$1])
])
+])
AX_SUBSYSTEM_CONFIGURE([$1])
AC_SUBST($1)
])
-])
AC_DEFUN([AX_SUBSYSTEM_FINISH], [
AC_SUBST(SUBSYSTEMS)