comparison 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
comparison
equal deleted inserted replaced
3960:9f37e6aebb8d 3961:51a9ffce4b37
3799 _error_checking_extents_default="" 3799 _error_checking_extents_default=""
3800 _error_checking_gc_default="" 3800 _error_checking_gc_default=""
3801 _error_checking_glyphs_default="" 3801 _error_checking_glyphs_default=""
3802 _error_checking_malloc_default="" 3802 _error_checking_malloc_default=""
3803 _error_checking_structures_default="" 3803 _error_checking_structures_default=""
3804 text 3804 _error_checking_text_default=""
3805 _error_checking_types_default="" 3805 _error_checking_types_default=""
3806 _error_checking__default= 3806 _error_checking_types="byte_code display extents gc glyphs malloc structures text types"
3807 _error_checking_types="byte_code display extents gc glyphs malloc structures types " 3807 _error_checking_default="byte_code,display,extents,gc,glyphs,malloc,structures,text,types"
3808 _error_checking_default="byte_code,display,extents,gc,glyphs,malloc,structures,types,"
3809 3808
3810 # If --with-error-checking or --without-error-checking were given then copy the value to the 3809 # If --with-error-checking or --without-error-checking were given then copy the value to the
3811 # equivalent enable_error-checking variable. 3810 # equivalent enable_error-checking variable.
3812 if test "${with_error_checking+set}" = set; then 3811 if test "${with_error_checking+set}" = set; then
3813 enable_error_checking="$with_error_checking" 3812 enable_error_checking="$with_error_checking"