]> git.meshlink.io Git - meshlink/commitdiff
Fix a compile error on macOS when using an older version of autoconf.
authorGuus Sliepen <guus@meshlink.io>
Sun, 18 Apr 2021 14:43:17 +0000 (16:43 +0200)
committerGuus Sliepen <guus@meshlink.io>
Sun, 18 Apr 2021 14:43:17 +0000 (16:43 +0200)
With autoconf 2.69, the USE_SYSTEM_EXTENSIONS macro did not enable
_DARWIN_C_SOURCE, which could cause a compile error. This is fixed in
autoconf 2.71, but in order to provide some backwards compatibility, we
manually enable _DARWIN_C_SOURCE for now.


No differences found