From bf5a4844af5970d54be881993dfd8caa5de26145 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Fri, 5 Sep 2014 08:12:31 +0200 Subject: [PATCH] support EVERY future version of OS X, fixes #1702 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.47.2