From f7fe659fc8bd974fb609d66784e301cf3efca590 Mon Sep 17 00:00:00 2001 From: Peng Huang Date: Fri, 9 Apr 2010 09:27:57 +0800 Subject: [PATCH] Fix AM_CONDITIONAL error in configure.ac --- configure.ac | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/configure.ac b/configure.ac index 6a79b35..3d33c86 100644 --- a/configure.ac +++ b/configure.ac @@ -132,22 +132,9 @@ if test x"$enable_gconf" != x"no"; then fi AM_GCONF_SOURCE_2 - -# GCONF_SERVERDIR=`$PKG_CONFIG --variable=gconf_serverdir gconf-2.0` -# old_path=$PATH -# if test x"$GCONF_SERVERDIR" != x; then -# PATH=$GCONF_SERVERDIR:$PATH -# fi -# -# AC_PATH_PROG(GCONF_SANITY_CHECK, gconf-sanity-check-2, no) -# if test x"$GCONF_SANITY_CHECK" = xno; then -# AC_MSG_ERROR([gconf-sanity-check-2 executable not found in your path - should be installed with GConf]) -# fi -# -# AC_SUBST(GCONF_SANITY_CHECK) -# PATH=$old_path + # GCONF_SCHEMAS_INSTALL should be set in macro AM_GCONF_SOURCE_2 else -AM_CONDITIONAL([GCONF_SCHEMAS_INSTALL], [0]) + AM_CONDITIONAL([GCONF_SCHEMAS_INSTALL], [false]) fi # Check for x11 -- 2.7.4