diff options
-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) |