discomfitor pushed a commit to branch master.
commit cd612516bddec199f26b74496a31cd6c3a908558
Author: Mike Blumenkrantz <[email protected]>
Date: Mon Aug 12 08:39:57 2013 +0100
dns.c is the default resolver in ALL cases when we have a C99 compiler, not
just when ipv6 is available.
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 1a01978..148d093 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"
--
------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk