Regenerate.
authorlinus <linus>
Wed, 31 Mar 2010 12:30:31 +0000 (12:30 +0000)
committerlinus <linus@e88ac4ed-0b26-0410-9574-a7f39faa03bf>
Wed, 31 Mar 2010 12:30:31 +0000 (12:30 +0000)
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@542 e88ac4ed-0b26-0410-9574-a7f39faa03bf

configure

index 056f6cb..6b9ed73 100755 (executable)
--- a/configure
+++ b/configure
@@ -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"
     ;;