diff --git a/ChangeLog b/ChangeLog index 2b10eca34..adea63958 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2007-07-05 Alex Roitman + * configure.in: Require pygtk 2.8.0 or higher. + 2007-07-02 Brian Matherly * src/ReportBase/_ReportDialog.py (size_changed): * src/ReportBase/_CommandLineReprot.py (parse_option_str): diff --git a/configure.in b/configure.in index 45e018e73..d69db1740 100644 --- a/configure.in +++ b/configure.in @@ -76,13 +76,13 @@ def out(line): f.close() " -AC_MSG_CHECKING(Python bindings for gtk2.4 (pygtk2>=2.3.4)) +AC_MSG_CHECKING(Python bindings for gtk2.8 (pygtk2>=2.8.0)) cat > conftest.py <= (2,3,4): + if version >= (2,8,0): print_version = '.'.join([[str(i) for i in version]]) out(print_version) else: @@ -99,7 +99,7 @@ if test NO = "$has_pygtk" then AC_MSG_ERROR([ -**** The python bindings for gtk 2.4 (pygtk2>=2.3.4) could not be found.]) +**** The python bindings for gtk 2.8 (pygtk2>=2.8.0) could not be found.]) fi AC_MSG_RESULT($has_pygtk) @@ -122,7 +122,7 @@ rm -f conftest.out conftest.py if test NO = "$has_pygnome" then AC_MSG_ERROR([ -**** The python bindings for gnome 2.0 (gnome2-python) could not be found.]) +**** The python bindings for gnome2 (gnome2-python) could not be found.]) fi AC_MSG_RESULT($has_pygnome)