Imported Upstream version 1.1
[platform/upstream/syncevolution.git] / configure.in
index f367c83..85e5411 100644 (file)
@@ -8,7 +8,7 @@ dnl Invoke autogen.sh to produce a configure script.
 #
 # Starting with the 1.1 release cycle, the rpm-style
 # .99 pseudo-version number is used to mark a pre-release.
-AC_INIT([syncevolution], [1.0.99.7])
+AC_INIT([syncevolution], [1.1])
 # STABLE_VERSION=1.0.1+
 AC_SUBST(STABLE_VERSION)
 
@@ -937,6 +937,7 @@ if test "$enable_qtcontacts" = "yes"; then
         AC_DEFINE(ENABLE_QTCONTACTS, 1, [QtContacts available])
         # AC_WITH_QT() will be called in configure-post if need_qt_modules is not empty,
         # setting QT_* flags.
+        need_qt_modules="$need_qt_modules +gui" # GUI needed for QVersit
         qt_config="$qt_config +mobility"
         qt_misc="$qt_misc
 MOBILITY += contacts versit"
@@ -1155,7 +1156,7 @@ AC_ARG_ENABLE(dbus-timeout-hack,
               [if test $enable_ebook = "yes" || test $enable_ecal = "yes"; then
                   enable_dbus_timeout_hack="yes"
                fi])
-if test $enable_dbus_timeout_hack = "yes"; then
+if test "$enable_dbus_timeout_hack" = "yes"; then
    AC_DEFINE(ENABLE_DBUS_TIMEOUT_HACK, 1, [overrides the default D-Bus timeout so that synchronous calls never time out])
 fi