aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRodney Dawes <dobey@ximian.com>2003-10-23 05:35:17 +0800
committerRodney Dawes <dobey@src.gnome.org>2003-10-23 05:35:17 +0800
commit17dacd6a97b0a2e1548aef137a58f7281e928cfd (patch)
tree67697a47e43ae70b45a7fcb6cefaac9a3e19c7c2
parentfa6985828e1094ae463b781c5f72c20ba76cbff5 (diff)
downloadgsoc2013-evolution-17dacd6a97b0a2e1548aef137a58f7281e928cfd.tar
gsoc2013-evolution-17dacd6a97b0a2e1548aef137a58f7281e928cfd.tar.gz
gsoc2013-evolution-17dacd6a97b0a2e1548aef137a58f7281e928cfd.tar.bz2
gsoc2013-evolution-17dacd6a97b0a2e1548aef137a58f7281e928cfd.tar.lz
gsoc2013-evolution-17dacd6a97b0a2e1548aef137a58f7281e928cfd.tar.xz
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--ChangeLog4
-rw-r--r--configure.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c50a9e9747..7b91537fb7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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`