summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorvenaas <venaas>2008-02-13 14:09:29 +0000
committervenaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf>2008-02-13 14:09:29 +0000
commit9b9857d90e911a62a512b91092963a7b13e3e449 (patch)
tree8addfe5f3f4577d6fc2876dcfb8024ded35a3c67 /configure.ac
parentb386d661a0876da1bbc98d6cc1d2e198bc684d49 (diff)
another solaris9 fix
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.1@212 e88ac4ed-0b26-0410-9574-a7f39faa03bf
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
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"
;;
*)