diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2016-03-22 08:02:25 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2016-03-22 08:02:25 +0100 |
| commit | a1d3b100d2672e71aa064d5aa65279d7a50d4ad8 (patch) | |
| tree | eb4118694e0f58a66b25f2adfe3c0c25e53b2296 /configure | |
| parent | 94fd93a0c45d6e991a9e6686b43b58272c17dcbf (diff) | |
| download | vis-a1d3b100d2672e71aa064d5aa65279d7a50d4ad8.tar.gz vis-a1d3b100d2672e71aa064d5aa65279d7a50d4ad8.tar.xz | |
configure: exchange _{BSD,DARWIN_C}_SOURCE defines
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -204,8 +204,8 @@ LDFLAGS_STD="-lc" OS=$(uname) case "$OS" in -*BSD) CFLAGS_STD="$CFLAGS_STD -D_DARWIN_C_SOURCE" ;; -Darwin) CFLAGS_STD="$CFLAGS_STD -D_BSD_SOURCE" ;; +*BSD) CFLAGS_STD="$CFLAGS_STD -D_BSD_SOURCE" ;; +Darwin) CFLAGS_STD="$CFLAGS_STD -D_DARWIN_C_SOURCE" ;; AIX) CFLAGS_STD="$CFLAGS_STD -D_ALL_SOURCE" ;; esac |
