aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--configure.in2
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3e5947e47e..2553b7bbcf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-02-25 Chenthill Palanisamy <pchenthill@novell.com>
+
+ * configure.in: set HANDLE_LIBICAL_MEMORY to 1.
+
2008-02-20 Jeff Cai<jeff.cai@sun.com>
** Fix for bug #516648
diff --git a/configure.in b/configure.in
index f7f9a891f4..7a804060c3 100644
--- a/configure.in
+++ b/configure.in
@@ -630,6 +630,8 @@ else
fi
AM_CONDITIONAL(ENABLE_CAIRO, [test x$enable_cairo_calendar = xyes])
+AC_DEFINE(HANDLE_LIBICAL_MEMORY, 1, [Define it once memory returned by libical is free'ed properly])
+
dnl **************************************************
dnl * Posix thread support
dnl **************************************************