From: Peter van Dijk Date: Fri, 5 Sep 2014 06:12:31 +0000 (+0200) Subject: support EVERY future version of OS X, fixes #1702 X-Git-Tag: auth-3.4.0-rc2~19^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf5a4844af5970d54be881993dfd8caa5de26145;p=thirdparty%2Fpdns.git support EVERY future version of OS X, fixes #1702 --- diff --git a/configure.ac b/configure.ac index f69eda32dd..0669154a71 100644 --- a/configure.ac +++ b/configure.ac @@ -159,7 +159,7 @@ linux*) THREADFLAGS="-pthread" CXXFLAGS="-D_GNU_SOURCE $CXXFLAGS" ;; -darwin11* | darwin12* | darwin13*) +darwin*) AC_DEFINE(HAVE_IPV6,1,[If the host operating system understands IPv6]) DYNLINKFLAGS="-rdynamic" LDFLAGS="-pthread $LDFLAGS"