diff options
author | György Balló <ballogy@freestart.hu> | 2011-11-23 02:41:35 +0100 |
---|---|---|
committer | György Balló <ballogy@freestart.hu> | 2011-11-23 02:41:35 +0100 |
commit | 04da26d934e7804d925cea11fc9b2700d5f274d3 (patch) | |
tree | c22794735381a8675e2f1ac043e9725ae8a9c5ae | |
parent | 3c02b69b2d0801d8a72c6016a41192b601ce4f2f (diff) | |
download | ayatana-indicator-sound-04da26d934e7804d925cea11fc9b2700d5f274d3.tar.gz ayatana-indicator-sound-04da26d934e7804d925cea11fc9b2700d5f274d3.tar.bz2 ayatana-indicator-sound-04da26d934e7804d925cea11fc9b2700d5f274d3.zip |
Do not check for gconf
-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 ########################### |