From e1e94206e5de0a1b4e03593ffeb9d5cb6ce81abb Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 10 Oct 2015 07:20:31 +0200 Subject: midi is back from threded to async io --- apps/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/configure') 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" -- cgit v1.2.3