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 <