summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlinus <linus>2010-03-31 12:32:38 +0000
committerlinus <linus@e88ac4ed-0b26-0410-9574-a7f39faa03bf>2010-03-31 12:32:38 +0000
commitdc42fa9dcaf46bd849c719860a9f7adaf50ee019 (patch)
tree8c12d76c6038bb00313cf21d72d7ba23e5d64d36
parent4910a838b25586937a1c60555cb5ad2cea507798 (diff)
Backport from trunk:release-1.3
Make that `-pthreads', with a trailing `s', for making GCC pre gcc-4.x happy too. git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.3@543 e88ac4ed-0b26-0410-9574-a7f39faa03bf
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 69647da..15aa4f6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -55,7 +55,7 @@ case "${target_os}" in
if test "$GCC" != yes ; then
TARGET_CFLAGS="$TARGET_CFLAGS -mt"
else
- TARGET_CFLAGS="$TARGET_CFLAGS -pthread"
+ TARGET_CFLAGS="$TARGET_CFLAGS -pthreads"
fi
TARGET_LDFLAGS="-lpthread -lsocket -lnsl"
;;