Ecore: always check those flags. They are anyway used when needed
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 17 Jun 2012 18:53:56 +0000 (18:53 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 17 Jun 2012 18:53:56 +0000 (18:53 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@72312 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

configure.ac

index efb2a2e..e784e69 100644 (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"])