diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,5 +1,9 @@ 2003-10-22 Rodney Dawes <dobey@ximian.com> + * configure.in: Require ORBit 2.8.0 or newer for threading + +2003-10-22 Rodney Dawes <dobey@ximian.com> + * configure.in: Revert broken previous commit and actually remove mail/importers/Makefile from AC_OUTPUT diff --git a/configure.in b/configure.in index c5e3d6ee3b..1784c35815 100644 --- a/configure.in +++ b/configure.in @@ -1049,7 +1049,7 @@ case $CFLAGS in ;; esac -AM_PATH_ORBIT2 +AM_PATH_ORBIT2(2.8.0) 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` |