[evolution-ews] configure.ac: Do not define EDS_DISABLE_DEPRECATED.
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-ews] configure.ac: Do not define EDS_DISABLE_DEPRECATED.
- Date: Sat, 7 Dec 2013 14:10:49 +0000 (UTC)
commit 1de81b772c24fee4cc002fbf16feeeb731678816
Author: Matthew Barnes <mbarnes redhat com>
Date: Sat Dec 7 09:07:24 2013 -0500
configure.ac: Do not define EDS_DISABLE_DEPRECATED.
Evolution-EWS 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 2d26451..1341cfb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -155,8 +155,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 API usage that violates our minimum requirements.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]