Remove the stupid hack, and remove the warning flag (best way to break on some compil...
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 7 Jun 2012 15:39:27 +0000 (15:39 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 7 Jun 2012 15:39:27 +0000 (15:39 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@71819 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

configure.ac
src/lib/ecore_con/Makefile.am

index 98fdd57..3ff39e4 100644 (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}],
index f18aee8..296274c 100644 (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