summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlinus <linus>2010-03-31 12:28:16 +0000
committerlinus <linus@e88ac4ed-0b26-0410-9574-a7f39faa03bf>2010-03-31 12:28:16 +0000
commitfbe80be3a33d0e14b43ac0ac31bb076751c3fb02 (patch)
treee515c289c2061b020d3e52ef04b2ed302fbf2440
parent94463983f31bb0283d91d84f4bafa93cad1d3d33 (diff)
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/trunk@541 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 7585a60..e6b62c0 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"
;;