diff options
author | linus <linus> | 2010-03-31 12:30:31 +0000 |
---|---|---|
committer | linus <linus@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2010-03-31 12:30:31 +0000 |
commit | 196cad2937efd212382e84504f3d5017178ddd4e (patch) | |
tree | 9be5c7277ecfb66e3e5c5f4a967c4485ce97a2f2 /configure | |
parent | fbe80be3a33d0e14b43ac0ac31bb076751c3fb02 (diff) |
Regenerate.
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@542 e88ac4ed-0b26-0410-9574-a7f39faa03bf
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3530,7 +3530,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" ;; |