projects/generate
changeset 8934 f46812d21fe6
parent 8409 de295d5e2bb4
child 8972 1268a13ddcd2
--- a/projects/generate	Mon Apr 14 17:50:15 2008 +0000
+++ b/projects/generate	Mon Apr 14 19:54:33 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;