[evince] [build] Fixes build without gconf



commit 0f957c8eb5af041975c30719ac926ed49d94aa83
Author: Nickolay V. Shmyrev <nshmyrev yandex ru>
Date:   Thu Jun 18 10:29:41 2009 +0400

    [build] Fixes build without gconf
    
    Defines GCONF_SCHEMAS_INSTALL

 configure.ac |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 1b2e526..0ac156a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -284,6 +284,8 @@ if test "$with_gconf" = "yes"; then
    if test "$GCONFTOOL" = "false"; then
       AC_MSG_ERROR([gconftool-2 executable not found in your path - should be installed with GConf])
    fi
+else
+   AM_CONDITIONAL([GCONF_SCHEMAS_INSTALL],false)
 fi
 
 dnl Debug mode



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