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