Ecore: always check those flags. They are anyway used when needed

SVN revision: 72312
This commit is contained in:
Vincent Torri 2012-06-17 18:53:56 +00:00
parent d09c4f4a4b
commit b3f58d40f4
1 changed files with 1 additions and 3 deletions

View File

@ -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"])