diff options
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 034e301..2a74aed 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ dnl Check if we're on Solaris and set CFLAGS accordingly AC_CANONICAL_SYSTEM case "${target_os}" in solaris*) - TARGET_CFLAGS="-DSYS_SOLARIS9" + TARGET_CFLAGS="-DSYS_SOLARIS9 -D_POSIX_PTHREAD_SEMANTICS" TARGET_LDFLAGS="-lsocket" ;; *) |