[nemiver] don't hardcode path to false(1).



commit 82c38d92b21362226b5df3d2c856b53a25f97975
Author: Antoine Jacoutot <ajacoutot gnome org>
Date:   Thu Apr 12 22:46:42 2012 +0200

    don't hardcode path to false(1).
    
    On some platforms, false is under /usr/bin, not /bin.

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index b6ba56e..a007b54 100644
--- a/configure.ac
+++ b/configure.ac
@@ -305,7 +305,7 @@ dnl *******************
 dnl Configuration Manager
 dnl *******************
 if test x$CONF_MGR = xgsettings ; then
-    AM_CONDITIONAL([GCONF_SCHEMAS_INSTALL], /bin/false)
+    AM_CONDITIONAL([GCONF_SCHEMAS_INSTALL], 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]