bonobo configure patch for ORBit
- From: Dan Winship <danw helixcode com>
- To: gnome-components-list gnome org
- Subject: bonobo configure patch for ORBit
- Date: Thu, 18 May 2000 22:00:28 -0400 (EDT)
People trying to compile Evolution have gotten tripped up by this:
Index: configure.in
===================================================================
RCS file: /cvs/gnome/bonobo/configure.in,v
retrieving revision 1.79
diff -u -r1.79 configure.in
--- configure.in 2000/05/15 16:31:33 1.79
+++ configure.in 2000/05/19 01:57:37
@@ -23,6 +23,15 @@
ALL_LINGUAS="da de el es fr gl it ja nl no pl pt_BR ro ru sv uk wa tr"
AM_GNOME_GETTEXT
+dnl ORBit
+AC_MSG_CHECKING(ORBit version)
+orbit_version=`$ORBIT_CONFIG --version | awk '{print $2;}'`
+AC_MSG_RESULT($orbit_version)
+orbit_version=`echo $orbit_version | awk -F. '{print $1 * 10000 + $2 * 100 + $3;}'`
+if test 0$orbit_version -lt 000501; then
+ AC_MSG_ERROR(ORBit 0.5.1 or later required)
+fi
+
dnl bonobrowser needs libuuid and at least version 0.6.4 of libIDL
dnl we might also want to check for mmap
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]