From 8312c88c9ea9068cf5fd9d32f4c158fdf3dd416d Mon Sep 17 00:00:00 2001 From: Akira TAGOH Date: Wed, 17 Oct 2012 20:58:51 +0900 Subject: [PATCH] Clean up the unnecessary checking --- configure.ac | 9 --------- 1 file changed, 9 deletions(-) diff --git a/configure.ac b/configure.ac index ead1c48..64f04bd 100644 --- a/configure.ac +++ b/configure.ac @@ -173,15 +173,6 @@ AM_PATH_GLIB_2_0($GLIB_REQUIRED, :, *** GLIB $GLIB_REQUIRED_VERSION or better is required. The latest version of *** GLIB is always available from ftp://ftp.gtk.org/.]), glib) -if test "x$use_gconf" = "xyes"; then - AC_PATH_PROG(GCONFTOOL, gconftool-2, no) - if test x"$GCONFTOOL" = "xno"; then - AC_MSG_ERROR([gconftool-2 executable not found in your path - should be installed with GConf]) - fi - AM_GCONF_SOURCE_2 -else - AM_CONDITIONAL(GCONF_SCHEMAS_INSTALL, 0) -fi GOBJECT_INTROSPECTION_CHECK([1.30.0]) -- 1.7.11.7