# HG changeset patch # User stephent # Date 1020785418 0 # Node ID 4ead1e0842f09dd531e02141c1da8f039d019aee # Parent 28426972f654c10afa20b4b80ee7bcbffee8d4a2 [xemacs-hg @ 2002-05-07 15:30:14 by stephent] error check warning <20020423105456.A1592@nemesis.ncsl.nist.gov> diff -r 28426972f654 -r 4ead1e0842f0 ChangeLog --- a/ChangeLog Mon May 06 14:16:31 2002 +0000 +++ b/ChangeLog Tue May 07 15:30:18 2002 +0000 @@ -1,3 +1,7 @@ +2002-04-23 Olivier Galibert + + * configure.in: Fix the "error checking" warning. + 2002-05-05 Ben Wing * README.packages: Update info about --package-path. diff -r 28426972f654 -r 4ead1e0842f0 configure.in --- a/configure.in Mon May 06 14:16:31 2002 +0000 +++ b/configure.in Tue May 07 15:30:18 2002 +0000 @@ -5019,7 +5019,7 @@ test "$debug" = yes && echo " Compiling in support for extra debugging code." test "$usage_tracking" = yes && echo " Compiling in support for active usage tracking (Sun internal)." 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" \ - != "no no no no no no"; then + != "no no no no no no no no no"; then echo " WARNING: ---------------------------------------------------------" echo " WARNING: Compiling in support for runtime error checking." echo " WARNING: XEmacs will run noticeably more slowly as a result."