From 6c0ffa3f480ff1d97d897128545c275f167263e8 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 26 Sep 2008 00:52:00 +0200 Subject: Enable canberra-gtk-module via GConf The most recent version of gnome-settings-daemon now supports activating Gtk+ modules via a GConf setting. We should be using this to activate our Gtk+ module automatically on install. Signed-off-by: Lennart Poettering --- configure.ac | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 1a90942..6bfac1e 100644 --- a/configure.ac +++ b/configure.ac @@ -72,6 +72,11 @@ AC_SUBST(LTDLINCL) AC_SUBST(LIBLTDL) AC_CONFIG_SUBDIRS(libltdl) +### gconf stuff ### + +AC_PATH_PROG(GCONFTOOL, gconftool-2) +AM_GCONF_SOURCE_2 + #### Determine build environment #### os_is_win32=0 -- cgit