summaryrefslogtreecommitdiff
path: root/apps/configure
diff options
context:
space:
mode:
Diffstat (limited to 'apps/configure')
-rwxr-xr-xapps/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/configure b/apps/configure
index f96a329..9c5109f 100755
--- a/apps/configure
+++ b/apps/configure
@@ -88,7 +88,7 @@ rm -f config.h
rm -f include.mk
case $TARGET in
Linux)
- LDFLAGS=$LD_FLAGS' -lasound -llo -lpthread'
+ LDFLAGS=$LD_FLAGS' -lasound -llo'
;;
*)
echo "platform not supported"