diff --git a/configure.ac b/configure.ac index 1a01978bb8..148d093ee5 100644 --- a/configure.ac +++ b/configure.ac @@ -1994,7 +1994,7 @@ AM_CONDITIONAL([HAVE_CARES], [test "x${have_cares}" = "xyes"]) if test "x$have_cares" = "xyes" ; then ecore_con_resolver="cares" -elif test "x$have_ipv6" = "xyes" ; then +elif test -n "$ac_cv_prog_cc_c99" ; then ecore_con_resolver="dns.c" else ecore_con_resolver="fork"