diff options
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 2e00982..391e6e2 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -16,6 +16,7 @@ case $target_os in | |||
16 | *linux*) | 16 | *linux*) |
17 | TARGET_OS=linux; | 17 | TARGET_OS=linux; |
18 | CFLAGS="$CFLAGS -D_BSD_SOURCE -D_POSIX_SOURCE -D_GNU_SOURCE" | 18 | CFLAGS="$CFLAGS -D_BSD_SOURCE -D_POSIX_SOURCE -D_GNU_SOURCE" |
19 | AC_SUBST([PLATFORM_LDADD], ['-lrt']) | ||
19 | ;; | 20 | ;; |
20 | *solaris*) | 21 | *solaris*) |
21 | TARGET_OS=solaris; | 22 | TARGET_OS=solaris; |