Mercurial > hg > xemacs-beta
changeset 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 | 28426972f654 |
children | 42a86787d173 |
files | ChangeLog configure.in |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <galibert@pobox.com> + + * configure.in: Fix the "error checking" warning. + 2002-05-05 Ben Wing <ben@xemacs.org> * README.packages: Update info about --package-path.
--- 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."