[evolution] configure.ac: Remove obsolete deprecation flags.
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] configure.ac: Remove obsolete deprecation flags.
- Date: Sat, 19 Jan 2013 21:29:12 +0000 (UTC)
commit 88c48563537f3e7777193ff9ba5d9418f0038390
Author: Matthew Barnes <mbarnes redhat com>
Date: Sat Jan 19 16:27:04 2013 -0500
configure.ac: Remove obsolete deprecation flags.
E_BOOK_DISABLE_DEPRECATED and E_CAL_DISABLE_DEPRECATED are no longer
used in evolution-data-server.
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 1ce2b75..1268e89 100644
--- a/configure.ac
+++ b/configure.ac
@@ -121,7 +121,7 @@ fi
AC_MSG_RESULT([$enable_strict])
if test "x$enable_strict" = xyes; then
- AM_CPPFLAGS="$AM_CPPFLAGS -DG_DISABLE_DEPRECATED -DE_BOOK_DISABLE_DEPRECATED -DE_CAL_DISABLE_DEPRECATED"
+ AM_CPPFLAGS="$AM_CPPFLAGS -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]