[gconf] [gsettings] Fix autodetection of build of GSettings backend



commit d23b94a52f7a0663192d2d600d5b3ef82bc94e42
Author: Vincent Untz <vuntz gnome org>
Date:   Fri Apr 16 14:49:08 2010 -0400

    [gsettings] Fix autodetection of build of GSettings backend

 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.in b/configure.in
index ce2e53b..dd81e78 100644
--- a/configure.in
+++ b/configure.in
@@ -222,7 +222,7 @@ if test "x$enable_gsettings_backend" != "xno" ; then
   AC_DEFINE(ENABLE_GSETTINGS_BACKEND, 1, [enable defaults DBus service])
 fi
 
-AM_CONDITIONAL(ENABLE_GSETTINGS_BACKEND, [test "x$enable_gsettings_backend" != "xno"])
+AM_CONDITIONAL(ENABLE_GSETTINGS_BACKEND, [test "x$enable_gsettings_backend" = "xyes"])
 
 ORBIT_IDL="`$PKG_CONFIG --variable=orbit_idl ORBit-2.0`"
 AC_SUBST(ORBIT_IDL)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]