[evolution-activesync] Disable qtconfig by default



commit 7d84c15934a8de4554f93066d8c33dab985de053
Author: David Woodhouse <David Woodhouse intel com>
Date:   Wed Sep 14 13:53:20 2016 +0100

    Disable qtconfig by default

 configure.ac |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 86c0feb..d7ebc93 100644
--- a/configure.ac
+++ b/configure.ac
@@ -123,9 +123,9 @@ AM_CONDITIONAL([ENABLE_MEEGO_UI],[test "$have_mlite" = yes])
 GLIB_GSETTINGS
 
 AC_ARG_ENABLE(qtconfig,
-              AS_HELP_STRING([--disable-qtconfig],
-                             [Can be used to disable compiling the Qt configuration UI. Enabled by 
default.]),
-              [enable_qtconfig="$enableval"], [enable_qtconfig="yes"])
+              AS_HELP_STRING([--enable-qtconfig],
+                             [Compile the (obsolete) Qt configuration UI]),
+              [enable_qtconfig="$enableval"], [enable_qtconfig="no"])
 
 if test "$enable_qtconfig" = "yes"; then
    AT_WITH_QT(,no_keywords,,[have_qt=no],[have_qt=yes])


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]