aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorMichael Meeks <michael@ximian.com>2001-02-09 10:43:39 +0800
committerMichael Meeks <michael@src.gnome.org>2001-02-09 10:43:39 +0800
commitffaad625fc8d2c14e41d4bb70352ee4a57ddf52e (patch)
tree92630bd50c953fea7e51165b6214c07337ae4788 /configure.in
parent896d495a2a8cbfdf948a56d92a0516e375d656d7 (diff)
downloadgsoc2013-evolution-ffaad625fc8d2c14e41d4bb70352ee4a57ddf52e.tar
gsoc2013-evolution-ffaad625fc8d2c14e41d4bb70352ee4a57ddf52e.tar.gz
gsoc2013-evolution-ffaad625fc8d2c14e41d4bb70352ee4a57ddf52e.tar.bz2
gsoc2013-evolution-ffaad625fc8d2c14e41d4bb70352ee4a57ddf52e.tar.lz
gsoc2013-evolution-ffaad625fc8d2c14e41d4bb70352ee4a57ddf52e.tar.xz
gsoc2013-evolution-ffaad625fc8d2c14e41d4bb70352ee4a57ddf52e.tar.zst
gsoc2013-evolution-ffaad625fc8d2c14e41d4bb70352ee4a57ddf52e.zip
depend on bonobo >= 0.36
2001-02-09 Michael Meeks <michael@ximian.com> * configure.in: depend on bonobo >= 0.36 svn path=/trunk/; revision=8136
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index d93e1fc68e..9a409c5f38 100644
--- a/configure.in
+++ b/configure.in
@@ -260,11 +260,11 @@ AC_SUBST(GNOME_PRINT_CFLAGS)
dnl ******************************
dnl Check for Bonobo
dnl ******************************
-AC_MSG_CHECKING(for Bonobo >= 0.31)
+AC_MSG_CHECKING(for Bonobo >= 0.36)
if gnome-config --libs bonobox > /dev/null 2>&1; then
vers=`gnome-config --modversion bonobo | sed -e "s/bonobo-//" | \
awk 'BEGIN { FS = "."; } { printf "%d", $1 * 1000 + $2;}'`
- if test "$vers" -ge 31; then
+ if test "$vers" -ge 36; then
bonobo_ok=true
else
bonobo_ok=false