evolution-data-server r8508 - trunk



Author: pchen
Date: Tue Feb 19 10:18:34 2008
New Revision: 8508
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=8508&view=rev

Log:
2008-02-19  Chenthill Palanisamy  <pchenthill novell com>

    * configure.in: set HANDLE_LIBICAL_MEMORY to 1.



Modified:
   trunk/ChangeLog
   trunk/configure.in

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Tue Feb 19 10:18:34 2008
@@ -948,6 +948,7 @@
 
 if test "x${enable_calendar}" != "xno"; then
         AC_DEFINE(ENABLE_CALENDAR, 1, [Define if Calendar should be built])
+	AC_DEFINE(HANDLE_LIBICAL_MEMORY, 1, [Define it once memory returned by libical is free'ed properly])
 fi
 AM_CONDITIONAL(ENABLE_CALENDAR, test x$enable_calendar = xyes)
 AC_MSG_RESULT($enable_calendar)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]