diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-12-01 15:10:24 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-12-01 15:10:24 +0000 |
commit | 6a6c5f10d6424e6078966fe2f924c145d4ff59ee (patch) | |
tree | ce7df5d6f9c2742ca4459c57c15dc532ba3c575b | |
parent | 14ad844a1e2ea1fb5c1c9b9f078b3523f736c346 (diff) | |
parent | 04da26d934e7804d925cea11fc9b2700d5f274d3 (diff) | |
download | ayatana-indicator-sound-6a6c5f10d6424e6078966fe2f924c145d4ff59ee.tar.gz ayatana-indicator-sound-6a6c5f10d6424e6078966fe2f924c145d4ff59ee.tar.bz2 ayatana-indicator-sound-6a6c5f10d6424e6078966fe2f924c145d4ff59ee.zip |
removes gconf checking from the configure ac - community fix
-rw-r--r-- | configure.ac | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/configure.ac b/configure.ac index 5ee885a..e36dfad 100644 --- a/configure.ac +++ b/configure.ac @@ -89,16 +89,6 @@ AC_SUBST(APPLET_LIBS) AC_SUBST(SOUNDSERVICE_CFLAGS) AC_SUBST(SOUNDSERVICE_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 ########################### |