[alacarte] configure: Remove old pygtk/pygobject-2 checks



commit b97f210d8c14c9c013a30ff8f7af240acbf30a67
Author: Alexandre Rostovtsev <tetromino gentoo org>
Date:   Wed May 23 23:34:36 2012 -0400

    configure: Remove old pygtk/pygobject-2 checks
    
    https://bugzilla.gnome.org/show_bug.cgi?id=676699

 configure.ac |   48 +-----------------------------------------------
 1 files changed, 1 insertions(+), 47 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index db5495f..378fa6c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,9 +8,6 @@ AC_CONFIG_HEADERS([config.h])
 AM_INIT_AUTOMAKE([1.7])
 AM_MAINTAINER_MODE
 
-m4_define(required_pygobject_version, 2.15.1)
-m4_define(required_pygtk_version, 2.13.0)
-
 dnl put the ACLOCAL flags in the makefile
 ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
 
@@ -23,50 +20,7 @@ IT_PROG_INTLTOOL([0.40.0])
 
 AM_PATH_PYTHON_VERSION(2.7, 2.7.0, 2.6, 2.6.0, 2.5, 2.5.0, 2.4, 2.4.0)
 
-PKG_CHECK_MODULES(ALACARTE, libgnome-menu-3.0 >= 3.2.0.1)
-
-dnl Check for correctly installed pygobject
-AC_MSG_CHECKING(for pygobject required_pygobject_version installed for python required_python_abi)
-prog="
-import pygtk; pygtk.require('2.0')
-import gobject
-assert gobject.pygobject_version >= tuple(map(int, 'required_pygobject_version'.split('.')))
-"
-
-if $PYTHON -c "$prog" 1>&AC_FD_CC 2>&AC_FD_CC; then
-    AC_MSG_RESULT(found)
-else
-    AC_MSG_RESULT(not found)
-    AC_MSG_ERROR(required pygobject version not found)
-fi
-
-dnl Check for correctly installed pygtk
-AC_MSG_CHECKING(for pygtk required_pygtk_version installed for python ${PYTHON_VERSION})
-prog="
-import pygtk; pygtk.require('2.0')
-import gobject
-assert gobject.pygtk_version >= tuple(map(int, 'required_pygtk_version'.split('.')))
-"
-
-if $PYTHON -c "$prog" 1>&AC_FD_CC 2>&AC_FD_CC; then
-    AC_MSG_RESULT(found)
-else
-    AC_MSG_RESULT(not found)
-    AC_MSG_ERROR(required pygtk version not found)
-fi
-
-dnl Check for correctly installed python-glade
-dnl AC_MSG_CHECKING(for pyglade required_pygtk_version installed for python ${PYTHON_VERSION})
-dnl prog="
-dnl import pygtk; pygtk.require('2.0')
-dnl import gtk.glade
-dnl "
-dnl if $PYTHON -c "$prog" 1>&AC_FD_CC 2>&AC_FD_CC; then
-dnl    AC_MSG_RESULT(found)
-dnl else
-dnl    AC_MSG_RESULT(not found)
-dnl    AC_MSG_ERROR(required pyglade version not found)
-dnl fi
+PKG_CHECK_MODULES(ALACARTE, libgnome-menu-3.0 >= 3.2.0.1 pygobject-3.0)
 
 AC_CONFIG_FILES([
         Makefile



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