From e622f8953422cfc1ededa42065cdccecea0ccfd1 Mon Sep 17 00:00:00 2001 From: Don Allingham Date: Sat, 10 Jan 2004 22:44:21 +0000 Subject: [PATCH] * configure.in: fix gnome-python-vfs error message svn: r2625 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 3edf45f98..c67d2384a 100644 --- a/configure.in +++ b/configure.in @@ -175,7 +175,7 @@ rm -f conftest.out conftest.py if test YES != "$has_vfs" then 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 AC_MSG_RESULT(ok)