diff options
author | linus <linus> | 2010-03-31 11:52:53 +0000 |
---|---|---|
committer | linus <linus@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2010-03-31 11:52:53 +0000 |
commit | 94463983f31bb0283d91d84f4bafa93cad1d3d33 (patch) | |
tree | 400c86490610daa5b6096e036d6bbcf498a2cad1 /configure | |
parent | 730d77eec5daae3ed3c6509a1643f7c8ce27c445 (diff) |
Regenerate.
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@538 e88ac4ed-0b26-0410-9574-a7f39faa03bf
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" ;; |