[nemiver/el6-branch] Fix gsettings configure test error



commit 1c2c8a02b599ea4d530507e2a986291b2d69ae7a
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 9b06d43..3649f93 100644
--- a/configure.ac
+++ b/configure.ac
@@ -308,7 +308,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]