From: Peter van Dijk Date: Mon, 2 Dec 2013 14:18:40 +0000 (+0100) Subject: presumably fix building on os x 10.9, thanks @mactijn X-Git-Tag: rec-3.6.0-rc1~321 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=df086d3522f2244a02f416e45055d93f020c475e;p=pdns presumably fix building on os x 10.9, thanks @mactijn --- diff --git a/configure.ac b/configure.ac index 5e9a73eca..e771c9c65 100644 --- a/configure.ac +++ b/configure.ac @@ -159,7 +159,7 @@ linux*) THREADFLAGS="-pthread" CXXFLAGS="-D_GNU_SOURCE $CXXFLAGS" ;; -darwin11* | darwin12*) +darwin11* | darwin12* | darwin13*) AC_DEFINE(HAVE_IPV6,1,[If the host operating system understands IPv6]) DYNLINKFLAGS="-rdynamic" LDFLAGS="-pthread $LDFLAGS"