[dasher] Make GSettings the default (in preference to GConf)
- From: Patrick Welche <pwelche src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [dasher] Make GSettings the default (in preference to GConf)
- Date: Fri, 22 Jul 2011 17:41:47 +0000 (UTC)
commit bbadb858b738a755779297ad45186006fccc590c
Author: Patrick Welche <prlw1 cam ac uk>
Date: Fri Jul 22 11:19:55 2011 +0100
Make GSettings the default (in preference to GConf)
configure.ac | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 9f450ea..acc28fc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -170,7 +170,7 @@ AC_ARG_WITH([cairo],
AC_ARG_WITH([gsettings],
[AS_HELP_STRING([--with-gsettings],
- [store user preferences using GSettings (default is NO)])])
+ [store user preferences using GSettings (default is YES)])])
AC_ARG_VAR([GLIB_COMPILE_SCHEMAS],
[Path to glib-compile-schemas, used for compiling GSettings schema])
@@ -213,7 +213,7 @@ then
CFLAGS="$save_CFLAGS"
LIBS="$save_LIBS"
- AS_IF([test "x$with_gsettings" = "xyes" -a "x$ac_cv_func_g_settings_new" = "xyes"],
+ AS_IF([test "x$with_gsettings" != "xno" -a "x$ac_cv_func_g_settings_new" = "xyes"],
[AC_CHECK_TOOLS([GLIB_COMPILE_SCHEMAS], [glib-compile-schemas])
have_gsettings=true
have_gconf=false
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]