projects/generate
branchnoai
changeset 9859 81621c6ba0e9
parent 9724 b39bc69bb2f2
child 10249 58810805030e
--- a/projects/generate	Tue Apr 01 13:45:04 2008 +0000
+++ b/projects/generate	Wed Apr 02 10:55:28 2008 +0000
@@ -83,7 +83,7 @@
 			if ($0 == "MSVC"        && "'$os'" != "MSVC")              { next; }
 			if ($0 == "DIRECTMUSIC" && "'$enable_directmusic'" != "1") { next; }
 			if ($0 == "LIBTIMIDITY" && "'$libtimidity'" == "" )        { next; }
-			if ($0 == "NO_THREADS"  && "'$with_threads'" == "0")       { next; }
+			if ($0 == "HAVE_THREAD" && "'$with_threads'" == "0")       { next; }
 
 			skip += 1;