From a045c22db06f05ad963cae5893741f1f9bf46e7f Mon Sep 17 00:00:00 2001 From: rubidium Date: Fri, 20 Jul 2007 18:34:21 +0000 Subject: (svn r10642) -Merge (from NoAI): ./configure flag for disabling threading. --- configure | 1 + 1 file changed, 1 insertion(+) (limited to 'configure') diff --git a/configure b/configure index 48213ba72..336880d07 100755 --- a/configure +++ b/configure @@ -96,6 +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; } skip += 1; -- cgit v1.2.3-54-g00ecf