diff configure @ 3961:51a9ffce4b37

[xemacs-hg @ 2007-05-18 13:57:39 by stephent] Move comma misplaced by sorting. <87hcqa8bwi.fsf@uwakimon.sk.tsukuba.ac.jp>
author stephent
date Fri, 18 May 2007 13:57:58 +0000
parents 8fe2dec941b3
children 1af222c75869
line wrap: on
line diff
--- a/configure	Thu May 17 21:51:46 2007 +0000
+++ b/configure	Fri May 18 13:57:58 2007 +0000
@@ -3801,11 +3801,10 @@
 _error_checking_glyphs_default=""
 _error_checking_malloc_default=""
 _error_checking_structures_default=""
- text
+_error_checking_text_default=""
 _error_checking_types_default=""
-_error_checking__default=
-_error_checking_types="byte_code display extents gc glyphs malloc structures types "
-_error_checking_default="byte_code,display,extents,gc,glyphs,malloc,structures,types,"
+_error_checking_types="byte_code display extents gc glyphs malloc structures text types"
+_error_checking_default="byte_code,display,extents,gc,glyphs,malloc,structures,text,types"
 
 # If --with-error-checking or --without-error-checking were given then copy the value to the
 # equivalent enable_error-checking variable.