diff options
author | Ted Gould <ted@gould.cx> | 2011-08-19 11:08:30 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-08-19 11:08:30 -0500 |
commit | 2fe4c360b2eb616cb43472b8e8e7b69bdefd349d (patch) | |
tree | 2e5107ec634bf68492580e1ed6f1719a1f073e74 /configure.ac | |
parent | 1290c1032eea7ce2f8bdd28e3bebf618b47216ca (diff) | |
download | ayatana-indicator-session-2fe4c360b2eb616cb43472b8e8e7b69bdefd349d.tar.gz ayatana-indicator-session-2fe4c360b2eb616cb43472b8e8e7b69bdefd349d.tar.bz2 ayatana-indicator-session-2fe4c360b2eb616cb43472b8e8e7b69bdefd349d.zip |
Dropping gconf from build
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/configure.ac b/configure.ac index 19cc4bc..7fa9db6 100644 --- a/configure.ac +++ b/configure.ac @@ -89,16 +89,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 ########################### |