From 9f0f1ba137d418b56a7cde1a12dfa34295edfb8f Mon Sep 17 00:00:00 2001
From: Stefano Karapetsas <stefano@karapetsas.com>
Date: Mon, 13 May 2013 13:10:20 +0200
Subject: Disable mate-conf-import by default

---
 configure.ac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 8144c54..c5b3a43 100644
--- a/configure.ac
+++ b/configure.ac
@@ -83,8 +83,8 @@ AM_CONDITIONAL(DESKTOP_DOCS_ENABLED, test "x$enable_desktop_docs" = "xyes")
 
 # Install tool to migrate 1.4 MateConf settings
 AC_ARG_ENABLE([mate-conf-import],
-	[AS_HELP_STRING([--disable-mate-conf-import],[dont install mate-conf-import tool])],
-	[],[enable_mate_conf_import=yes])
+	[AS_HELP_STRING([--enable-mate-conf-import],[install mate-conf-import tool])],
+	[enable_mate_conf_import=yes],[enable_mate_conf_import=no])
 AM_CONDITIONAL(MATE_CONF_IMPORT_ENABLED, test "x$enable_mate_conf_import" = "xyes")
 
 # Path to the pnp.ids file -- to know if we use one shipped with another
-- 
cgit v1.2.1