diff options
author | Chenthill Palanisamy <pchenthill@novell.com> | 2008-02-25 18:27:53 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2008-02-25 18:27:53 +0800 |
commit | 79a8efeece20b718bb0f276fcb5d6a59ac15bd01 (patch) | |
tree | b70d7be22432399911cbb0773c947217d4939550 /configure.in | |
parent | a6c0536339963b29d2f25b390b9e6eb6a1de34f5 (diff) | |
download | gsoc2013-evolution-79a8efeece20b718bb0f276fcb5d6a59ac15bd01.tar.gz gsoc2013-evolution-79a8efeece20b718bb0f276fcb5d6a59ac15bd01.tar.zst gsoc2013-evolution-79a8efeece20b718bb0f276fcb5d6a59ac15bd01.zip |
set HANDLE_LIBICAL_MEMORY to 1.
2008-02-25 Chenthill Palanisamy <pchenthill@novell.com>
* configure.in: set HANDLE_LIBICAL_MEMORY to 1.
svn path=/trunk/; revision=35085
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
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 ************************************************** |