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

@ -58,7 +58,7 @@ def out(line):
f.close()
"
AC_MSG_CHECKING(Python bindings for gtk2.10 (pygtk2>=2.10.0))
AC_MSG_CHECKING(Python bindings for gtk 2.10 (pygtk2>=2.10.0))
cat > conftest.py <<EOF
$pygtk_require
try:
@ -81,7 +81,7 @@ if test NO = "$has_pygtk"
then
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
AC_MSG_RESULT($has_pygtk)