From a733ad271bf1c23543754ed2567802b6538c6b70 Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Wed, 18 Jul 2007 19:26:37 +0000 Subject: [PATCH] * configure.in: Revert checks for pycairo. svn: r8739 --- ChangeLog | 2 +- configure.in | 27 --------------------------- 2 files changed, 1 insertion(+), 28 deletions(-) diff --git a/ChangeLog b/ChangeLog index ce06fe701..2818e524c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,5 @@ 2007-07-18 Alex Roitman - * configure.in: Revert checks for pycairo to 1.2.0. + * configure.in: Revert checks for pycairo. 2007-07-18 Johan Gonqvist * src/plugins/NarrativeWeb.py: diff --git a/configure.in b/configure.in index f7233cc14..2bcd6edcc 100644 --- a/configure.in +++ b/configure.in @@ -97,33 +97,6 @@ then fi AC_MSG_RESULT($has_pygtk) -AC_MSG_CHECKING(Python bindings for cairo (python-cairo>=1.2.0)) -cat > conftest.py <= (1,2,0): - print_version = '.'.join([[str(i) for i in version]]) - out(print_version) - else: - out("NO") -except ImportError: - out("NO") -except AttributeError: - out("NO") -EOF -$PYTHON conftest.py -has_cairo=`cat conftest.out` -rm -f conftest.out conftest.py -if test NO = "$has_cairo" -then - AC_MSG_ERROR([ - -**** The python bindings for cairo (python-cairo>=1.2.0) could not be found.]) -fi -AC_MSG_RESULT($has_cairo) - AC_MSG_CHECKING(Python bindings for gnome) cat > conftest.py <