aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2012-04-10 21:22:52 +0800
committerMatthew Barnes <mbarnes@redhat.com>2012-06-03 11:00:38 +0800
commitd3498e0ccd853b7e91877e82fd6150ac412294cc (patch)
tree51582147d0b2f73e49386f06a397c35c41ff984c /configure.ac
parent04cf783ce801609dc80d0983f3a3d4c4d29f29aa (diff)
downloadgsoc2013-evolution-d3498e0ccd853b7e91877e82fd6150ac412294cc.tar
gsoc2013-evolution-d3498e0ccd853b7e91877e82fd6150ac412294cc.tar.gz
gsoc2013-evolution-d3498e0ccd853b7e91877e82fd6150ac412294cc.tar.bz2
gsoc2013-evolution-d3498e0ccd853b7e91877e82fd6150ac412294cc.tar.lz
gsoc2013-evolution-d3498e0ccd853b7e91877e82fd6150ac412294cc.tar.xz
gsoc2013-evolution-d3498e0ccd853b7e91877e82fd6150ac412294cc.tar.zst
gsoc2013-evolution-d3498e0ccd853b7e91877e82fd6150ac412294cc.zip
Remove EDS_DISABLE_DEPRECATED.
libedataserverui/e-passwords.h is deprecated. We need to stop using it.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 4 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index a1a70b705c..51f37c03e5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -71,8 +71,7 @@ dnl ******************************
dnl Compiler Warning Flags
dnl ******************************
AS_COMPILER_FLAGS(WARNING_FLAGS,
- "-DEDS_DISABLE_DEPRECATED
- -DE_BOOK_DISABLE_DEPRECATED
+ "-DE_BOOK_DISABLE_DEPRECATED
-DE_CAL_DISABLE_DEPRECATED
-Wall -Wextra
-Wno-missing-field-initializers
@@ -87,6 +86,9 @@ AS_COMPILER_FLAGS(WARNING_FLAGS,
-Wredundant-decls -Wundef -Wwrite-strings")
AC_SUBST(WARNING_FLAGS)
+dnl Need to stop using e-passwords.h before we can restore
+dnl -DEDS_DISABLE_DEPRECATED
+
dnl Other useful compiler warnings for test builds only.
dnl These may produce warnings we have no control over,
dnl or false positives we don't always want to see.