Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- 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."