From 0f957c8eb5af041975c30719ac926ed49d94aa83 Mon Sep 17 00:00:00 2001 From: "Nickolay V. Shmyrev" Date: Thu, 18 Jun 2009 10:29:41 +0400 Subject: [PATCH] [build] Fixes build without gconf Defines GCONF_SCHEMAS_INSTALL --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index 1b2e526b..0ac156a7 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 -- 2.43.5