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: auth-3.3.1~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3f6432b4cb5582ee1724cc0efcd5f57dcfbb444;p=thirdparty%2Fpdns.git presumably fix building on os x 10.9, thanks @mactijn --- diff --git a/configure.ac b/configure.ac index 463f9a842b..916ac40031 100644 --- a/configure.ac +++ b/configure.ac @@ -162,7 +162,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"