examples/service-selection.c: Fix compilation warning
[moonshot-ui.git] / configure.ac
index 365c8ae..6079db3 100644 (file)
@@ -1,4 +1,4 @@
-AC_PREREQ([2.66])
+AC_PREREQ([2.63])
 AC_INIT([Moonshot-ui],
         [0.1],
         [moonshot-community@jiscmail.ac.uk],
@@ -48,11 +48,7 @@ case "$host" in
     # because Vala drops support for it, but as it ships with DBus there is very
     # little danger of it being dropped by distros any time soon.
     CLIENT_IPC_MODULE="dbus-glib-1"
-    PKG_CHECK_MODULES([GDBUS],
-            [gio-2.0 >= 2.26],
-            [SERVER_IPC_MODULE="gio-2.0"],
-            [SERVER_IPC_MODULE="dbus-glib-1"]
-    )
+       SERVER_IPC_MODULE="dbus-glib-1"   
        
        PKG_CHECK_MODULES([MAC], 
                        [gtk-mac-integration >= 1.0.1]