summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCedric BAIL <cedric@osg.samsung.com>2014-08-19 15:33:05 +0200
committerCedric BAIL <cedric@osg.samsung.com>2014-08-19 15:33:05 +0200
commit66966c8df126503c2b59864ffe20f016315a3eec (patch)
tree7a174c4567e85ee1f445795ef91458e8f611d5c5
parentbf8aba5f9f52dd2ce8d0c292b54bae0c44d99462 (diff)
downloadefl-66966c8df126503c2b59864ffe20f016315a3eec.tar.gz
Revert "efl: Fixed unwanted configure.ac warning."
This reverts commit bf8aba5f9f52dd2ce8d0c292b54bae0c44d99462. This warning is actually wanted. We do want to know when things get deprecated and not discover that to late. This warning come from the use of gettext 0.17. Once we move out of it, we will be fine. As a reminder and for keeping track of other future deprecated macro, we should never use that flag ! Note: This is the second time I revert such a patch, I would really like people stop disabling warning with this nasty work around.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1e85f400da..aac5cd895f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,7 +16,7 @@ AH_BOTTOM([
AC_USE_SYSTEM_EXTENSIONS
-AM_INIT_AUTOMAKE([1.6 dist-bzip2 dist-xz -Wall color-tests subdir-objects -Wno-obsolete])
+AM_INIT_AUTOMAKE([1.6 dist-bzip2 dist-xz -Wall color-tests subdir-objects])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
CFOPT_WARNING=""