From 82121fcc9fd42d9363e15ea7f268b9ca1aff73b5 Mon Sep 17 00:00:00 2001 From: walmis Date: Wed, 18 Feb 2009 17:18:16 +0000 Subject: [PATCH] removed gconf dependency --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index 6d2ab2b0b..21a1b27a5 100644 --- a/configure.ac +++ b/configure.ac @@ -190,7 +190,6 @@ fi AM_CHECK_PYMOD(pynotify,,,[AC_MSG_ERROR(Could not find Python module pynotify)]) AM_CHECK_PYMOD(dbus,,,[AC_MSG_ERROR(Could not find Python module dbus)]) -AM_CHECK_PYMOD(gconf,,,[AC_MSG_ERROR(Could not find Python module gconf)]) AM_CHECK_PYMOD(gobject,,,[AC_MSG_ERROR(Could not find Python module gobject)])