diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-08-22 13:30:24 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-08-22 13:30:24 +0100 |
commit | 3dd1acc6b1514a255179e29642bc5b9929b80cff (patch) | |
tree | a3ff40991e017006fb12766788a7dcabe8fa32d0 /configure.ac | |
parent | 5e4789fbd9348cd5a1f1d14d0db5021547d9f0ca (diff) | |
parent | 09514f45d0ab63579ce97faf07cbc0a79e981465 (diff) | |
download | ayatana-indicator-session-3dd1acc6b1514a255179e29642bc5b9929b80cff.tar.gz ayatana-indicator-session-3dd1acc6b1514a255179e29642bc5b9929b80cff.tar.bz2 ayatana-indicator-session-3dd1acc6b1514a255179e29642bc5b9929b80cff.zip |
gsettings port
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/configure.ac b/configure.ac index 9f6b1ab..0240b9c 100644 --- a/configure.ac +++ b/configure.ac @@ -8,6 +8,8 @@ AM_INIT_AUTOMAKE(indicator-session, 0.3.2) AM_MAINTAINER_MODE +GLIB_GSETTINGS + IT_PROG_INTLTOOL([0.35.0]) AC_ISC_POSIX @@ -89,16 +91,6 @@ AS_IF([test "x$with_gtk" = x3], AC_SUBST(GTKLOGOUTHELPER_CFLAGS) AC_SUBST(GTKLOGOUTHELPER_LIBS) -AC_PATH_PROG(GCONFTOOL, gconftool-2) -dnl Specify the gconf configuration source, -dnl default to xml::$(sysconfdir)/gconf/gconf.xml.defaults - -AM_GCONF_SOURCE_2 - -PKG_CHECK_MODULES(GCONF, gconf-2.0 >= 2.0) -AC_SUBST(GCONF_CFLAGS) -AC_SUBST(GCONF_LIBS) - ########################### # Check to see if we're local ########################### |