[nemiver] Fix configury when gsettings is not present



commit 4a5fbb4864af87c89574e4e439ad665315ad6d5c
Author: Dodji Seketeli <dodji seketeli org>
Date:   Sun Apr 10 11:27:39 2011 +0200

    Fix configury when gsettings is not present
    
    	* configure.ac: When gsettings is not present, make sure
    	gsettingsschemadir is set to a dummy value, otherwise the Automake
    	complains for data/schemas/gsettings/Makefile.am.

 configure.ac |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index c1e78b3..1dfd3de 100644
--- a/configure.ac
+++ b/configure.ac
@@ -289,6 +289,7 @@ elif test x$CONF_MGR = xgconf ; then
     AC_SUBST(GCONFTOOL)
 
     AM_GCONF_SOURCE_2
+    AC_SUBST(gsettingsschemadir, [dummy])
 else
     AC_MSG_ERROR([Configuration Manager undetermined. Abort...])
 fi



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