Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNickolay V. Shmyrev <nshmyrev@yandex.ru>2009-06-18 06:29:41 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@yandex.ru>2009-06-18 06:29:41 (GMT)
commit0f957c8eb5af041975c30719ac926ed49d94aa83 (patch)
tree9f9da2b8c636e747a7d500e1a01b595ca7ead47a
parent2e03795ad56b30b8ca05bb843ba728a9c65ec61f (diff)
[build] Fixes build without gconf
Defines GCONF_SCHEMAS_INSTALL
-rw-r--r--configure.ac2
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