[Ocfs2-tools-devel] [PATCH 2/4] ocfs2console: No longer built by default

Sunil Mushran sunil.mushran at oracle.com
Thu Feb 24 14:03:03 PST 2011


ocfs2console is no longer built by default.

Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>
---
 configure.in |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/configure.in b/configure.in
index ff4e428..8c9516f 100644
--- a/configure.in
+++ b/configure.in
@@ -386,7 +386,9 @@ fi
 AC_SUBST(BUILD_CMAN_SUPPORT)
 
 BUILD_OCFS2CONSOLE=
-AC_ARG_ENABLE(ocfs2console, [  --enable-ocfs2console=[yes/no]    Build GUI frontend [default=yes]],,enable_ocfs2console=yes)
+AC_MSG_CHECKING(whether to build ocfs2console)
+AC_ARG_ENABLE(ocfs2console, [  --enable-ocfs2console=[yes/no]    Build GUI frontend [default=no]],,enable_ocfs2console=no)
+AC_MSG_RESULT($enable_ocfs2console)
 
 if test "x$enable_ocfs2console" = "xyes"; then
   dnl check for Python
-- 
1.7.1




More information about the Ocfs2-tools-devel mailing list