aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRodney Dawes <dobey@ximian.com>2004-02-19 06:24:10 +0800
committerRodney Dawes <dobey@src.gnome.org>2004-02-19 06:24:10 +0800
commitec65aecb7f3b36c3c41b91de25a7d43609d6c603 (patch)
tree6336522541771477678e8a670cf2cb9df7f10ca4
parent34a090e9bd521dcbadecd1c0ac9a15b344df9d67 (diff)
downloadgsoc2013-evolution-ec65aecb7f3b36c3c41b91de25a7d43609d6c603.tar
gsoc2013-evolution-ec65aecb7f3b36c3c41b91de25a7d43609d6c603.tar.gz
gsoc2013-evolution-ec65aecb7f3b36c3c41b91de25a7d43609d6c603.tar.bz2
gsoc2013-evolution-ec65aecb7f3b36c3c41b91de25a7d43609d6c603.tar.lz
gsoc2013-evolution-ec65aecb7f3b36c3c41b91de25a7d43609d6c603.tar.xz
gsoc2013-evolution-ec65aecb7f3b36c3c41b91de25a7d43609d6c603.tar.zst
gsoc2013-evolution-ec65aecb7f3b36c3c41b91de25a7d43609d6c603.zip
Require ORBit 2.9.8 or newer
2004-02-18 Rodney Dawes <dobey@ximian.com> * configure.in: Require ORBit 2.9.8 or newer svn path=/trunk/; revision=24789
-rw-r--r--ChangeLog4
-rw-r--r--configure.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index eb7d6f1e34..9c92e1e01f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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`