Fix pygtk version in error message.

svn: r10794
This commit is contained in:
Zsolt Foldvari 2008-06-08 14:29:07 +00:00
parent 4c1569d30f
commit 8cb219acc1

View File

@ -81,7 +81,7 @@ if test NO = "$has_pygtk"
then then
AC_MSG_ERROR([ AC_MSG_ERROR([
**** The python bindings for gtk 2.4 (pygtk2>=2.10.0) could not be found.]) **** The python bindings for gtk 2.10 (pygtk2>=2.10.0) could not be found.])
fi fi
AC_MSG_RESULT($has_pygtk) AC_MSG_RESULT($has_pygtk)