[evolution-mapi] configure.ac: Do not define EDS_DISABLE_DEPRECATED.
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-mapi] configure.ac: Do not define EDS_DISABLE_DEPRECATED.
- Date: Sat, 7 Dec 2013 14:10:53 +0000 (UTC)
commit 88db5869e77435b0c591ab00b1d5b0dfe1f9a7c3
Author: Matthew Barnes <mbarnes redhat com>
Date: Sat Dec 7 09:10:52 2013 -0500
configure.ac: Do not define EDS_DISABLE_DEPRECATED.
Evolution-MAPI uses EBookBackendSqliteDB, which is now deprecated.
Need to move to EBookSqlite.
configure.ac | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 4795d59..259486b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -99,8 +99,10 @@ if test "x$enable_strict" = xauto; then
fi
AC_MSG_RESULT([$enable_strict])
+dnl Need to migrate to EBookSqlite before
+dnl we can use EDS_DISABLE_DEPRECATED again.
if test "x$enable_strict" = xyes; then
- CFLAGS="$CFLAGS -DG_DISABLE_DEPRECATED -DEDS_DISABLE_DEPRECATED"
+ CFLAGS="$CFLAGS -DG_DISABLE_DEPRECATED"
fi
dnl Warn about GLib/GTK+ API usage that violates our minimum requirements.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]