summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 056f6cb..6b9ed73 100755
--- 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"
;;