2006-06-06 Zoltan Varga <vargaz@gmail.com>
[mono.git] / configure.in
index 45bbb7857a66b1af50c3c86e91596ea12459eb1c..3f42392a62cf6ab6e6e5383302d7c9dbd92b34c9 100644 (file)
@@ -2022,11 +2022,11 @@ echo "
        $disabled
 
 "
-if text x$gc = xsgen; then
+if test x$gc = xsgen; then
         echo IMPORTANT:
        echo IMPORTANT: You have selected an experimental, work-in-progress 
        echo IMPORTANT: GC engine.  This GC engine is currently not supported
        echo IMPORTANT: and is not yet ready for use.  
        echo IMPORTANT:
        echo IMPORTANT: There are known problems with it, use at your own risk.
-fi
\ No newline at end of file
+fi