Skip to content

Commit

Permalink
presumably fix building on os x 10.9, thanks @mactijn
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter van Dijk committed Dec 2, 2013
1 parent bef3000 commit d3f6432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d3f6432

Please sign in to comment.