Browse Source

minor text change

David Rose 18 years ago
parent
commit
646615ed60
1 changed files with 5 additions and 1 deletions
  1. 5 1
      dtool/LocalSetup.pp

+ 5 - 1
dtool/LocalSetup.pp

@@ -147,7 +147,11 @@
 #if $[SIMPLE_THREADS]
 #print Compilation will include simulated threading support.
 #else
-#print Compilation will include full threading support.
+#if $[DO_PIPELINING]
+#print Compilation will include nonpipelined threading support.
+#else
+#print Compilation will include full, pipelined threading support.
+#endif
 #endif
 #else
 #print Configuring Panda without threading support.