[nemiver] Fix gsettings configure test error
- From: Dodji Seketeli <dodji src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [nemiver] Fix gsettings configure test error
- Date: Sun,  8 May 2011 10:04:10 +0000 (UTC)
commit 1dfae40451b717229f997461aed7fd36fe73a6e5
Author: Dodji Seketeli <dodji seketeli org>
Date:   Sun May 8 12:01:07 2011 +0200
    Fix gsettings configure test error
    
    	* configure.ac:  Use /bin/false in lieu of [0].
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 1dfd3de..fe0e7c3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -270,7 +270,7 @@ dnl *******************
 dnl Configuration Manager
 dnl *******************
 if test x$CONF_MGR = xgsettings ; then
-    AM_CONDITIONAL([GCONF_SCHEMAS_INSTALL],[0])
+    AM_CONDITIONAL([GCONF_SCHEMAS_INSTALL], /bin/false)
 
     dnl library dependencies for the nemiver gsettings plugin
     DEP_GSETTINGS="giomm-2.4 >= $LIBGIOMM_WITH_GSETTINGS_VERSION \
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]