From 08169776b3b002398ac099627c9458753f21a6ca Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Thu, 5 Oct 2000 07:15:13 +0000 Subject: Bump Bonobo requirement to >= 0.20 2000-10-05 Michael Meeks * configure.in: Bump Bonobo requirement to >= 0.20 svn path=/trunk/; revision=5743 --- ChangeLog | 4 ++++ configure.in | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9740e5b93a..43d2ca4748 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2000-10-05 Michael Meeks + + * configure.in: Bump Bonobo requirement to >= 0.20 + 2000-10-05 Iain Holmes * executive-summary/*: Added the executive summary stuff. diff --git a/configure.in b/configure.in index 5466bf2216..bf2afc2b1b 100644 --- a/configure.in +++ b/configure.in @@ -210,11 +210,11 @@ AC_SUBST(GNOME_PRINT_CFLAGS) dnl ****************************** dnl Check for Bonobo dnl ****************************** -AC_MSG_CHECKING(for Bonobo >= 0.19) +AC_MSG_CHECKING(for Bonobo >= 0.20) 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 19; then + if test "$vers" -ge 20; then bonobo_ok=true else bonobo_ok=false -- cgit v1.2.3