diff options
author | Rodney Dawes <dobey@ximian.com> | 2004-02-19 06:24:10 +0800 |
---|---|---|
committer | Rodney Dawes <dobey@src.gnome.org> | 2004-02-19 06:24:10 +0800 |
commit | ec65aecb7f3b36c3c41b91de25a7d43609d6c603 (patch) | |
tree | 6336522541771477678e8a670cf2cb9df7f10ca4 | |
parent | 34a090e9bd521dcbadecd1c0ac9a15b344df9d67 (diff) | |
download | gsoc2013-evolution-ec65aecb7f3b36c3c41b91de25a7d43609d6c603.tar.gz 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-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -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` |