aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2002-07-22 23:35:36 +0800
committerDan Winship <danw@src.gnome.org>2002-07-22 23:35:36 +0800
commit1e79524cbbd43ed9d4f9c22079e228cc254f23fb (patch)
tree4e9a0fccb03283255e30f5b595458093b11c18f8 /ChangeLog
parent3be22927c9e78febdd6206c2866703128e27e116 (diff)
downloadgsoc2013-evolution-1e79524cbbd43ed9d4f9c22079e228cc254f23fb.tar
gsoc2013-evolution-1e79524cbbd43ed9d4f9c22079e228cc254f23fb.tar.gz
gsoc2013-evolution-1e79524cbbd43ed9d4f9c22079e228cc254f23fb.tar.bz2
gsoc2013-evolution-1e79524cbbd43ed9d4f9c22079e228cc254f23fb.tar.lz
gsoc2013-evolution-1e79524cbbd43ed9d4f9c22079e228cc254f23fb.tar.xz
gsoc2013-evolution-1e79524cbbd43ed9d4f9c22079e228cc254f23fb.tar.zst
gsoc2013-evolution-1e79524cbbd43ed9d4f9c22079e228cc254f23fb.zip
Check if we're trying to build with the old libversit module borrowed from
* configure.in: Check if we're trying to build with the old libversit module borrowed from gnome-pim instead of our own new one, and refuse to build if so. * libversit/Makefile.am: Remove libversit.la stuff since we don't want it and it messes up the build slightly. svn path=/trunk/; revision=17526
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 381a39975f..56654e12d5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2002-07-22 Dan Winship <danw@ximian.com>
+
+ * configure.in: Check if we're trying to build with the old
+ libversit module borrowed from gnome-pim instead of our own new
+ one, and refuse to build if so.
+
+ * libversit/Makefile.am: Remove libversit.la stuff since we don't
+ want it and it messes up the build slightly.
+
2002-07-18 Ettore Perazzoli <ettore@ximian.com>
* configure.in: Prepend "$(WERROR)" to all the *_CFLAGS variables