Mercurial > hg > xemacs-beta
diff configure.in @ 925:c4937d1216b6
[xemacs-hg @ 2002-07-16 08:26:38 by michaels]
2002-07-09 Mike Sperber <mike@xemacs.org>
* configure.usage:
* configure.in: Add --use-kkcc option for new GC algorithms.
author | michaels |
---|---|
date | Tue, 16 Jul 2002 08:26:47 +0000 |
parents | 428608d46017 |
children | 151d438d2d55 |
line wrap: on
line diff
--- a/configure.in Tue Jul 16 08:18:36 2002 +0000 +++ b/configure.in Tue Jul 16 08:26:47 2002 +0000 @@ -506,6 +506,7 @@ with_netinstall | \ with_ipv6_cname | \ external_widget | \ + use_kkcc | \ verbose | \ extra_verbose | \ usage_tracking | \ @@ -4801,6 +4802,7 @@ fi test "$GCC" = "yes" && AC_DEFINE(USE_GCC) test "$external_widget" = "yes" && AC_DEFINE(EXTERNAL_WIDGET) +test "$use_kkcc" = "yes" && AC_DEFINE(USE_KKCC) test "$quick_build" = "yes" && AC_DEFINE(QUICK_BUILD) test "$with_purify" = "yes" && AC_DEFINE(PURIFY) test "$with_quantify" = "yes" && AC_DEFINE(QUANTIFY) @@ -5025,6 +5027,7 @@ test "$with_dnet" = yes && echo " Compiling in support for DNET." test "$with_modules" = "yes" && echo " Compiling in support for dynamic shared object modules." test "$use_union_type" = yes && echo " Using the union type for Lisp_Objects." +test "$use_kkcc" = yes && echo " Using the new GC algorithms." test "$pdump" = yes && echo " Using the new portable dumper." 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)."