Remove the stupid hack, and remove the warning flag (best way to break on some compilers. If you want it, set your own env vars)

SVN revision: 71819
This commit is contained in:
Vincent Torri 2012-06-07 15:39:27 +00:00
parent 7f8db5d7c1
commit 695dba94f2
2 changed files with 0 additions and 5 deletions

View File

@ -1527,10 +1527,6 @@ if test "x${have_ecore_con}" = "xyes" ; then
fi
AM_CONDITIONAL([HAVE_CARES], [test "x${have_cares}" = "xyes"])
if test "x${have_cares}" != "xyes" ; then
C99="$ac_cv_prog_cc_c99"
AC_SUBST(C99)
fi
# ecore_ipc
ECORE_CHECK_MODULE([ipc], [${want_ecore_ipc}], [Ipc], [${have_ecore_con}],

View File

@ -35,7 +35,6 @@ if HAVE_CARES
libecore_con_la_SOURCES += ecore_con_ares.c
else
if HAVE_IPV6
AM_CPPFLAGS += -Wno-override-init $(C99)
libecore_con_la_SOURCES += ecore_con_dns.c dns.c dns.h
else
libecore_con_la_SOURCES += ecore_con_info.c