diff options
author | Rodney Dawes <dobey@ximian.com> | 2003-10-23 05:35:17 +0800 |
---|---|---|
committer | Rodney Dawes <dobey@src.gnome.org> | 2003-10-23 05:35:17 +0800 |
commit | 17dacd6a97b0a2e1548aef137a58f7281e928cfd (patch) | |
tree | 67697a47e43ae70b45a7fcb6cefaac9a3e19c7c2 | |
parent | fa6985828e1094ae463b781c5f72c20ba76cbff5 (diff) | |
download | gsoc2013-evolution-17dacd6a97b0a2e1548aef137a58f7281e928cfd.tar.gz gsoc2013-evolution-17dacd6a97b0a2e1548aef137a58f7281e928cfd.tar.zst gsoc2013-evolution-17dacd6a97b0a2e1548aef137a58f7281e928cfd.zip |
Require ORBit 2.8.0 or newer for threading
2003-10-22 Rodney Dawes <dobey@ximian.com>
* configure.in: Require ORBit 2.8.0 or newer for threading
svn path=/trunk/; revision=23003
-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` |