Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2007-01-08 19:04:26 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2007-01-08 19:04:26 (GMT)
commit8c83adb77352c7b8457b14efecc254a1d3f20a2e (patch)
tree37cabc10a209a3b84df763cff1ac1c66eb3e5de8 /configure.ac
parent64135b8c178595cba4696564a83134b0568a75ea (diff)
Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
2007-01-08 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: * shell/ev-application.c: (ev_application_register_service): * shell/main.c: (load_files_remote): Bump requirements to dbus-glib 0.71 and drop all ifdefs used. svn path=/trunk/; revision=2201
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 1 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 8a21c50..b59e00d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -40,7 +40,7 @@ dnl Check dependencies
# SHELL_CFLAGS for shell implementation.
# SHELL_LIBS
-DBUS_GLIB_REQUIRED=0.33
+DBUS_GLIB_REQUIRED=0.71
GTK_REQUIRED=2.8.15
KEYRING_REQUIRED=0.4.0
@@ -129,9 +129,6 @@ if test "x$enable_dbus" = "xyes" ; then
fi
AC_DEFINE([ENABLE_DBUS],[1],[Define if DBUS support is enabled])
-
- DBUS_VERSION=`$PKG_CONFIG --modversion dbus-glib-1 | sed 's/0\.\([[0-9]]*\)\.\{0,1\}\([[0-9]]*\)/\1/'`
- AC_DEFINE_UNQUOTED(DBUS_VERSION, $DBUS_VERSION, [DBUS version.])
fi
SHELL_CFLAGS="$SHELL_CORE_CFLAGS $DBUS_CFLAGS -DGDK_MULTIHEAD_SAFE -DGTK_MULTIHEAD_SAFE"