]> www.fi.muni.cz Git - evince.git/commitdiff
[build] Fixes build without gconf
authorNickolay V. Shmyrev <nshmyrev@yandex.ru>
Thu, 18 Jun 2009 06:29:41 +0000 (10:29 +0400)
committerNickolay V. Shmyrev <nshmyrev@yandex.ru>
Thu, 18 Jun 2009 06:29:41 +0000 (10:29 +0400)
Defines GCONF_SCHEMAS_INSTALL

configure.ac

index 1b2e526bb4da0b86906308b789619f697a3a3b80..0ac156a7a4a7575c5438a757b79304ac487e07fe 100644 (file)
@@ -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