[goobox] Do not check for gconftool
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [goobox] Do not check for gconftool
- Date: Sun, 15 Apr 2012 09:44:25 +0000 (UTC)
commit 5617832598452be2c00692f1e5d3193010d7a638
Author: GyÃrgy Ballà <ballogy freestart hu>
Date: Sun Apr 15 11:38:24 2012 +0200
Do not check for gconftool
Since goobox was ported to GSettings, gconftool is no longer needed.
configure.ac | 12 ------------
1 files changed, 0 insertions(+), 12 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 93c85ea..d7cd35e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -160,18 +160,6 @@ fi
dnl ===========================================================================
-AC_ARG_ENABLE(schemas-install,[AC_HELP_STRING([--disable-schemas-install],
- [Disable installation of the gconf schemas])])
-AM_CONDITIONAL(SCHEMAS_INSTALL, test x$enable_schemas_install != xno)
-
-AC_PATH_PROG(GCONFTOOL, gconftool-2, no)
-if test x"$GCONFTOOL" = xno; then
- AC_MSG_ERROR([gconftool-2 executable not found in your path - should be installed with GConf])
-fi
-AM_GCONF_SOURCE_2
-
-dnl ===========================================================================
-
AC_CONFIG_FILES([
Makefile
copy-n-paste/Makefile
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]