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 /configure.in | |
parent | 9b5a7b08284976e42ebb91980ffc1fe9b0b100e7 (diff) | |
download | gsoc2013-evolution-1b761f0cb765c1516de5e3d0d2a519673582fec8.tar.gz 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
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 0 insertions, 1 deletions
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) |