aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--configure.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index eb7d6f1e34..9c92e1e01f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-02-18 Rodney Dawes <dobey@ximian.com>
+
+ * configure.in: Require ORBit 2.9.8 or newer
+
2004-02-12 Dan Winship <danw@ximian.com>
* Makefile.am (%-$(BASE_VERSION).pc): cp the unversioned file
diff --git a/configure.in b/configure.in
index ea11fac9e7..546d5b1801 100644
--- a/configure.in
+++ b/configure.in
@@ -957,7 +957,7 @@ case $CFLAGS in
;;
esac
-AM_PATH_ORBIT2(2.8.0)
+AM_PATH_ORBIT2(2.9.8)
AC_MSG_CHECKING(for CORBA include paths)
IDL_INCLUDES="-I "`pkg-config --variable=idldir libbonobo-2.0`" -I "`pkg-config --variable=idldir bonobo-activation-2.0`" -I "`pkg-config --variable=idldir evolution-data-server-1.0`