Use dbus-glib for IPC on Mac
authorPete Fotheringham <pete.fotheringham@codethink.co.uk>
Fri, 27 Jan 2012 16:08:35 +0000 (16:08 +0000)
committerPete Fotheringham <pete.fotheringham@codethink.co.uk>
Tue, 31 Jan 2012 09:25:04 +0000 (09:25 +0000)
configure.ac

index 1d27ecf..6079db3 100644 (file)
@@ -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]