All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Disable caml-stubdom by default
@ 2012-12-13 15:31 Matthew Fioravante
  2012-12-13 17:47 ` George Dunlap
  0 siblings, 1 reply; 6+ messages in thread
From: Matthew Fioravante @ 2012-12-13 15:31 UTC (permalink / raw)
  To: Ian.Campbell, xen-devel; +Cc: Matthew Fioravante

Signed-off-by: Matthew Fioravante <matthew.fioravante@jhuapl.edu>
---
 stubdom/configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/stubdom/configure.ac b/stubdom/configure.ac
index db44d4a..384a94a 100644
--- a/stubdom/configure.ac
+++ b/stubdom/configure.ac
@@ -18,7 +18,7 @@ m4_include([../m4/depends.m4])
 # Enable/disable stub domains
 AX_STUBDOM_DEFAULT_ENABLE([ioemu-stubdom], [ioemu])
 AX_STUBDOM_DEFAULT_DISABLE([c-stubdom], [c])
-AX_STUBDOM_DEFAULT_ENABLE([caml-stubdom], [caml])
+AX_STUBDOM_DEFAULT_DISABLE([caml-stubdom], [caml])
 AX_STUBDOM_DEFAULT_ENABLE([pv-grub], [grub])
 AX_STUBDOM_DEFAULT_ENABLE([xenstore-stubdom], [xenstore])
 AX_STUBDOM_CONDITIONAL([vtpm-stubdom], [vtpm])
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-12-18 14:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-13 15:31 [PATCH] Disable caml-stubdom by default Matthew Fioravante
2012-12-13 17:47 ` George Dunlap
2012-12-14 14:33   ` Fioravante, Matthew E.
2012-12-14 15:34     ` Roger Pau Monné
2012-12-14 16:20       ` Fioravante, Matthew E.
2012-12-18 14:26         ` Ian Campbell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.