[nautilus-python] Bug #585705. Do not check for eel in configure



commit 24c0fbcb914235d48a702994b0c5c8dc7206bdf5
Author: Vincent Untz <vuntz gnome org>
Date:   Mon Jan 11 16:00:19 2010 -0500

    Bug #585705. Do not check for eel in configure

 configure.in |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/configure.in b/configure.in
index 71f46bc..6ffd574 100644
--- a/configure.in
+++ b/configure.in
@@ -12,7 +12,6 @@ AM_CONFIG_HEADER(config.h)
 AC_SUBST(ACLOCAL_AMFLAGS, "-I m4 -I .")
 
 NAUTILUS_REQUIRED=2.6.0
-EEL_REQUIRED=2.6.0
 PYGTK_REQUIRED=2.8.0
 GNOME_PYTHON_REQUIRED=2.12.0
 
@@ -38,8 +37,7 @@ AM_CHECK_PYTHON_LIBS(,[AC_MSG_ERROR(could not find Python lib)])
 
 PKG_CHECK_MODULES(NAUTILUS_PYTHON, [pygtk-2.0 >= $PYGTK_REQUIRED
                                    gnome-python-2.0 >= $GNOME_PYTHON_REQUIRED
-                                   libnautilus-extension >= $NAUTILUS_REQUIRED
-                                   eel-2.0 >= $EEL_REQUIRED])
+                                   libnautilus-extension >= $NAUTILUS_REQUIRED])
 
 AC_MSG_CHECKING(for pygtk defs)
 PYGTK_DEFSDIR=`$PKG_CONFIG --variable=defsdir pygtk-2.0`



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]