projects
/
framework
/
uifw
/
ecore.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74c3c9c
)
Ecore: always check those flags. They are anyway used when needed
author
caro
<caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 17 Jun 2012 18:53:56 +0000
(18:53 +0000)
committer
caro
<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
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
efb2a2e
..
e784e69
100644
(file)
--- 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"])