diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -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` |