(svn r10642) -Merge (from NoAI): ./configure flag for disabling threading.

This commit is contained in:
rubidium
2007-07-20 18:34:21 +00:00
parent b6ba945486
commit a045c22db0
3 changed files with 21 additions and 8 deletions

1
configure vendored
View File

@@ -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;