diff options
author | JP Rosevear <jpr@helixcode.com> | 2000-11-28 04:43:39 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2000-11-28 04:43:39 +0800 |
commit | d5ca27ea56c93eb550652c76bd02b25a1f842046 (patch) | |
tree | b83f929773e1671047ce33a83a62a22bd7aea0f9 /configure.in | |
parent | 16ddec870358374df569de984457dc6568fcc862 (diff) | |
download | gsoc2013-evolution-d5ca27ea56c93eb550652c76bd02b25a1f842046.tar gsoc2013-evolution-d5ca27ea56c93eb550652c76bd02b25a1f842046.tar.gz gsoc2013-evolution-d5ca27ea56c93eb550652c76bd02b25a1f842046.tar.bz2 gsoc2013-evolution-d5ca27ea56c93eb550652c76bd02b25a1f842046.tar.lz gsoc2013-evolution-d5ca27ea56c93eb550652c76bd02b25a1f842046.tar.xz gsoc2013-evolution-d5ca27ea56c93eb550652c76bd02b25a1f842046.tar.zst gsoc2013-evolution-d5ca27ea56c93eb550652c76bd02b25a1f842046.zip |
Correct the bonobo version error message
2000-11-27 JP Rosevear <jpr@helixcode.com>
* configure.in: Correct the bonobo version error message
* README: Update
svn path=/trunk/; revision=6683
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 1f5e45340f..777decda11 100644 --- a/configure.in +++ b/configure.in @@ -230,7 +230,7 @@ fi if $bonobo_ok; then AC_MSG_RESULT($vers found) else - AC_MSG_ERROR(Bonobo 0.20 or newer is required to compile Evolution) + AC_MSG_ERROR(Bonobo 0.29 or newer is required to compile Evolution) fi dnl ****************************** |