diff options
author | linus <linus> | 2010-03-31 12:28:16 +0000 |
---|---|---|
committer | linus <linus@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2010-03-31 12:28:16 +0000 |
commit | fbe80be3a33d0e14b43ac0ac31bb076751c3fb02 (patch) | |
tree | e515c289c2061b020d3e52ef04b2ed302fbf2440 /configure.ac | |
parent | 94463983f31bb0283d91d84f4bafa93cad1d3d33 (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
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
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" ;; |