* configure.in: fix gnome-python-vfs error message

svn: r2625
This commit is contained in:
Don Allingham
2004-01-10 22:44:21 +00:00
parent 50bd66c3d9
commit e622f89534

View File

@@ -175,7 +175,7 @@ rm -f conftest.out conftest.py
if test YES != "$has_vfs" if test YES != "$has_vfs"
then then
AC_MSG_ERROR([ AC_MSG_ERROR([
**** The python bindings for GNOME canvas (gnome-python2-canvas) could not be found.]) **** The python bindings for GNOME canvas (gnome-python2-vfs) could not be found.])
fi fi
AC_MSG_RESULT(ok) AC_MSG_RESULT(ok)