From d022d4af3d8b64e06484cfb05e3d6e8b94f3d200 Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 14 Apr 2008 19:54:33 +0000 Subject: (svn r12706) -Merge: the thread rewrite from NoAI. The rewrite makes the threading we have better extendable. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 1c6aaa719..b3730fb2b 100755 --- a/configure +++ b/configure @@ -96,7 +96,7 @@ SRCS="`< $ROOT_DIR/source.list tr '\r' '\n' | $awk ' if ($0 == "MSVC" && "'$os'" != "MSVC") { next; } if ($0 == "DIRECTMUSIC" && "'$with_direct_music'" == "0") { next; } if ($0 == "LIBTIMIDITY" && "'$libtimidity'" == "" ) { next; } - if ($0 == "NO_THREADS" && "'$with_threads'" == "0") { next; } + if ($0 == "HAVE_THREAD" && "'$with_threads'" == "0") { next; } skip += 1; -- cgit v1.2.3-54-g00ecf