summaryrefslogtreecommitdiff
path: root/apps/configure
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2015-10-10 07:20:31 +0200
committerChristian Pointner <equinox@spreadspace.org>2015-10-10 07:20:31 +0200
commite1e94206e5de0a1b4e03593ffeb9d5cb6ce81abb (patch)
tree1801606ee6f5b8385905e7db133e597566a270d7 /apps/configure
parentimproved error handling (diff)
midi is back from threded to async io
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"