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
This commit is contained in:
Michael Meeks
2001-02-09 02:43:39 +00:00
committed by Michael Meeks
parent 896d495a2a
commit ffaad625fc
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2001-02-09 Michael Meeks <michael@ximian.com>
* configure.in: depend on bonobo >= 0.36
2001-02-08 Christopher James Lahey <clahey@ximian.com>
* configure.in: Upped the version number of gal required to 0.5.

View File

@ -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