From 0f957c8eb5af041975c30719ac926ed49d94aa83 Mon Sep 17 00:00:00 2001 From: Nickolay V. Shmyrev Date: Thu, 18 Jun 2009 06:29:41 +0000 Subject: [build] Fixes build without gconf Defines GCONF_SCHEMAS_INSTALL --- 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 -- cgit v0.9.1