From 9b9857d90e911a62a512b91092963a7b13e3e449 Mon Sep 17 00:00:00 2001 From: venaas Date: Wed, 13 Feb 2008 14:09:29 +0000 Subject: another solaris9 fix git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.1@212 e88ac4ed-0b26-0410-9574-a7f39faa03bf --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ;; *) -- cgit v1.1