aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Meeks <michael@helixcode.com>2000-11-02 15:19:38 +0800
committerMichael Meeks <mmeeks@src.gnome.org>2000-11-02 15:19:38 +0800
commit5e1e361ea68a25f49d11c130fcd913086a57bb25 (patch)
tree5d2ec22897aa7d8f3b259bd711b2e020f377f28f
parent3b06e302e3efc4d96a18c55c59ef6a812f13c788 (diff)
downloadgsoc2013-evolution-5e1e361ea68a25f49d11c130fcd913086a57bb25.tar
gsoc2013-evolution-5e1e361ea68a25f49d11c130fcd913086a57bb25.tar.gz
gsoc2013-evolution-5e1e361ea68a25f49d11c130fcd913086a57bb25.tar.bz2
gsoc2013-evolution-5e1e361ea68a25f49d11c130fcd913086a57bb25.tar.lz
gsoc2013-evolution-5e1e361ea68a25f49d11c130fcd913086a57bb25.tar.xz
gsoc2013-evolution-5e1e361ea68a25f49d11c130fcd913086a57bb25.tar.zst
gsoc2013-evolution-5e1e361ea68a25f49d11c130fcd913086a57bb25.zip
Require Bonobo-0.27+
2000-11-02 Michael Meeks <michael@helixcode.com> * configure.in: Require Bonobo-0.27+ svn path=/trunk/; revision=6348
-rw-r--r--ChangeLog4
-rw-r--r--configure.in4
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 543721e499..34b5be6472 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2000-11-02 Michael Meeks <michael@helixcode.com>
+
+ * configure.in: Require Bonobo-0.27+
+
2000-11-01 Gediminas Paulauskas <menesis@delfi.lt>
* addressbook/ename/.cvsignore, addressbook/gui/minicard/.cvsignore,
diff --git a/configure.in b/configure.in
index 84af56b222..c8356355e0 100644
--- a/configure.in
+++ b/configure.in
@@ -214,11 +214,11 @@ AC_SUBST(GNOME_PRINT_CFLAGS)
dnl ******************************
dnl Check for Bonobo
dnl ******************************
-AC_MSG_CHECKING(for Bonobo >= 0.20)
+AC_MSG_CHECKING(for Bonobo >= 0.27)
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 20; then
+ if test "$vers" -ge 27; then
bonobo_ok=true
else
bonobo_ok=false