Browse Source

minor text change

David Rose 18 years ago
parent
commit
f75d7a54ad
1 changed files with 2 additions and 2 deletions
  1. 2 2
      dtool/LocalSetup.pp

+ 2 - 2
dtool/LocalSetup.pp

@@ -148,9 +148,9 @@
 #print Compilation will include simulated threading support.
 #print Compilation will include simulated threading support.
 #else
 #else
 #if $[DO_PIPELINING]
 #if $[DO_PIPELINING]
-#print Compilation will include nonpipelined threading support.
-#else
 #print Compilation will include full, pipelined threading support.
 #print Compilation will include full, pipelined threading support.
+#else
+#print Compilation will include nonpipelined threading support.
 #endif
 #endif
 #endif
 #endif
 #else
 #else