From: caro Date: Sun, 17 Jun 2012 18:53:56 +0000 (+0000) Subject: Ecore: always check those flags. They are anyway used when needed X-Git-Tag: 2.0_alpha~25^2~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8ff9a0093edc80b996f8ca8fd571640fb6b0f77a;p=framework%2Fuifw%2Fecore.git Ecore: always check those flags. They are anyway used when needed git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@72312 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/configure.ac b/configure.ac index efb2a2e..e784e69 100644 --- a/configure.ac +++ b/configure.ac @@ -1533,9 +1533,7 @@ if test "x${have_ecore_con}" = "xyes" ; then fi AM_CONDITIONAL([EFL_HAVE_ECORE_CON], [true]) -if test "x${have_cares}" != "xyes" -a "x${have_ipv6}" = "xyes" ; then - EFL_CHECK_COMPILER_FLAGS([ECORE_CON], [-Wno-override-init -Wno-initializer-overrides]) -fi +EFL_CHECK_COMPILER_FLAGS([ECORE_CON], [-Wno-override-init -Wno-initializer-overrides]) AM_CONDITIONAL([HAVE_CARES], [test "x${have_cares}" = "xyes"])