From: Nickolay V. Shmyrev Date: Thu, 18 Jun 2009 06:29:41 +0000 (+0400) Subject: [build] Fixes build without gconf X-Git-Tag: EVINCE_2_27_4~18 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=0f957c8eb5af041975c30719ac926ed49d94aa83;p=evince.git [build] Fixes build without gconf Defines GCONF_SCHEMAS_INSTALL --- 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