summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2008-09-26 00:52:00 +0200
committerLennart Poettering <lennart@poettering.net>2008-09-26 00:54:12 +0200
commit6c0ffa3f480ff1d97d897128545c275f167263e8 (patch)
tree097a992e19fdc94bfc4715cf85e08058d3d0c8ee /configure.ac
parentf855a098f537fd8d4cb381f07ea5badc9646515c (diff)
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 <lennart@poettering.net>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 5 insertions, 0 deletions
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