aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@src.gnome.org>2001-02-10 04:33:12 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-02-10 04:33:12 +0800
commit919644966e206434e2bd176ee12f684c2aba22f2 (patch)
tree137d079ce52a34849b09b78bf2141bb5aa5d3378 /configure.in
parent4387c299e3217604892e2772f6c1df1563126c1b (diff)
downloadgsoc2013-evolution-919644966e206434e2bd176ee12f684c2aba22f2.tar
gsoc2013-evolution-919644966e206434e2bd176ee12f684c2aba22f2.tar.gz
gsoc2013-evolution-919644966e206434e2bd176ee12f684c2aba22f2.tar.bz2
gsoc2013-evolution-919644966e206434e2bd176ee12f684c2aba22f2.tar.lz
gsoc2013-evolution-919644966e206434e2bd176ee12f684c2aba22f2.tar.xz
gsoc2013-evolution-919644966e206434e2bd176ee12f684c2aba22f2.tar.zst
gsoc2013-evolution-919644966e206434e2bd176ee12f684c2aba22f2.zip
update the error message to say Bonobo 0.36 is needed rather than 0.31
svn path=/trunk/; revision=8151
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 9a409c5f38..ce4b37f475 100644
--- a/configure.in
+++ b/configure.in
@@ -276,7 +276,7 @@ fi
if $bonobo_ok; then
AC_MSG_RESULT($vers found)
else
- AC_MSG_ERROR(Bonobo 0.31 or newer is required to compile Evolution)
+ AC_MSG_ERROR(Bonobo 0.36 or newer is required to compile Evolution)
fi
dnl ******************************