diff options
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ccaaa63..07d5e76 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -15,7 +15,7 @@ case $host_os in | |||
15 | ;; | 15 | ;; |
16 | *linux*) | 16 | *linux*) |
17 | HOST_OS=linux; | 17 | HOST_OS=linux; |
18 | CFLAGS="$CFLAGS -D_BSD_SOURCE -D_POSIX_SOURCE -D_GNU_SOURCE" | 18 | CFLAGS="$CFLAGS -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -D_GNU_SOURCE" |
19 | ;; | 19 | ;; |
20 | *solaris*) | 20 | *solaris*) |
21 | HOST_OS=solaris; | 21 | HOST_OS=solaris; |