diff options
author | JP Rosevear <jpr@ximian.com> | 2003-11-07 13:57:08 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2003-11-07 13:57:08 +0800 |
commit | 1b761f0cb765c1516de5e3d0d2a519673582fec8 (patch) | |
tree | 4c1cd7c6c6936a125c9b7e6f4c69575fd3b703c8 | |
parent | 9b5a7b08284976e42ebb91980ffc1fe9b0b100e7 (diff) | |
download | gsoc2013-evolution-1b761f0cb765c1516de5e3d0d2a519673582fec8.tar gsoc2013-evolution-1b761f0cb765c1516de5e3d0d2a519673582fec8.tar.gz gsoc2013-evolution-1b761f0cb765c1516de5e3d0d2a519673582fec8.tar.bz2 gsoc2013-evolution-1b761f0cb765c1516de5e3d0d2a519673582fec8.tar.lz gsoc2013-evolution-1b761f0cb765c1516de5e3d0d2a519673582fec8.tar.xz gsoc2013-evolution-1b761f0cb765c1516de5e3d0d2a519673582fec8.tar.zst gsoc2013-evolution-1b761f0cb765c1516de5e3d0d2a519673582fec8.zip |
we don't have to configure the libical subdir now
2003-11-07 JP Rosevear <jpr@ximian.com>
* configure.in: we don't have to configure the libical subdir now
svn path=/trunk/; revision=23208
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 1 |
2 files changed, 4 insertions, 1 deletions
@@ -1,5 +1,9 @@ 2003-11-07 JP Rosevear <jpr@ximian.com> + * configure.in: we don't have to configure the libical subdir now + +2003-11-07 JP Rosevear <jpr@ximian.com> + * configure.in: pull in evolution-data-server stuff and remove backends from output diff --git a/configure.in b/configure.in index 51a736131c..5dc82d9196 100644 --- a/configure.in +++ b/configure.in @@ -1365,7 +1365,6 @@ dnl ****************************** export privlibdir export privincludedir export privdatadir -AC_CONFIG_SUBDIRS(libical) EVOLUTION_DIR=`(cd $srcdir; pwd)` AC_SUBST(EVOLUTION_DIR) |