summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlinus <linus>2010-03-31 11:52:53 +0000
committerlinus <linus@e88ac4ed-0b26-0410-9574-a7f39faa03bf>2010-03-31 11:52:53 +0000
commit94463983f31bb0283d91d84f4bafa93cad1d3d33 (patch)
tree400c86490610daa5b6096e036d6bbcf498a2cad1
parent730d77eec5daae3ed3c6509a1643f7c8ce27c445 (diff)
Regenerate.
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@538 e88ac4ed-0b26-0410-9574-a7f39faa03bf
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index d35c96e..056f6cb 100755
--- a/configure
+++ b/configure
@@ -3529,6 +3529,8 @@ case "${target_os}" in
TARGET_CFLAGS="-DSYS_SOLARIS9 -D_POSIX_PTHREAD_SEMANTICS"
if test "$GCC" != yes ; then
TARGET_CFLAGS="$TARGET_CFLAGS -mt"
+ else
+ TARGET_CFLAGS="$TARGET_CFLAGS -pthread"
fi
TARGET_LDFLAGS="-lpthread -lsocket -lnsl"
;;