[nemiver/gtk2-branch] Fix gsettings configure test error
- From: Dodji Seketeli <dodji src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nemiver/gtk2-branch] Fix gsettings configure test error
- Date: Sun, 8 May 2011 10:04:05 +0000 (UTC)
commit 893737c5aedc012035469c5f02c88f937d0f151b
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 bbb313a..e84e9b6 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]