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 /configure.in | |
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
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
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` |