comparison configure.in @ 828:4ead1e0842f0

[xemacs-hg @ 2002-05-07 15:30:14 by stephent] error check warning <20020423105456.A1592@nemesis.ncsl.nist.gov>
author stephent
date Tue, 07 May 2002 15:30:18 +0000
parents a5954632b187
children 7b263c3f9ec9
comparison
equal deleted inserted replaced
827:28426972f654 828:4ead1e0842f0
5017 test "$use_union_type" = yes && echo " Using the union type for Lisp_Objects." 5017 test "$use_union_type" = yes && echo " Using the union type for Lisp_Objects."
5018 test "$pdump" = yes && echo " Using the new portable dumper." 5018 test "$pdump" = yes && echo " Using the new portable dumper."
5019 test "$debug" = yes && echo " Compiling in support for extra debugging code." 5019 test "$debug" = yes && echo " Compiling in support for extra debugging code."
5020 test "$usage_tracking" = yes && echo " Compiling in support for active usage tracking (Sun internal)." 5020 test "$usage_tracking" = yes && echo " Compiling in support for active usage tracking (Sun internal)."
5021 if test "$error_check_extents $error_check_types $error_check_text $error_check_gc $error_check_malloc $error_check_glyphs $error_check_byte_code $error_check_display $error_check_structures" \ 5021 if test "$error_check_extents $error_check_types $error_check_text $error_check_gc $error_check_malloc $error_check_glyphs $error_check_byte_code $error_check_display $error_check_structures" \
5022 != "no no no no no no"; then 5022 != "no no no no no no no no no"; then
5023 echo " WARNING: ---------------------------------------------------------" 5023 echo " WARNING: ---------------------------------------------------------"
5024 echo " WARNING: Compiling in support for runtime error checking." 5024 echo " WARNING: Compiling in support for runtime error checking."
5025 echo " WARNING: XEmacs will run noticeably more slowly as a result." 5025 echo " WARNING: XEmacs will run noticeably more slowly as a result."
5026 echo " WARNING: Error checking is on by default for XEmacs beta releases." 5026 echo " WARNING: Error checking is on by default for XEmacs beta releases."
5027 echo " WARNING: ---------------------------------------------------------" 5027 echo " WARNING: ---------------------------------------------------------"