Index: configure.in
===================================================================
--- configure.in	(revision 61355)
+++ configure.in	(working copy)
@@ -2022,11 +2022,11 @@
 	$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
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 61143)
+++ ChangeLog	(working copy)
@@ -1,3 +1,7 @@
+2006-06-01 Zac Bowling <zac@zacbowling.com>
+	* configure.in, fix typo breaking build (test instead of text on last
+	line)
+
 2006-05-24  Andrew Skiba <andrews@mainsoft.com>
 
 	* configure.in, runtime/Makefile.am: create a symlink at
