Mercurial > hg > xemacs-beta
comparison configure @ 3102:a05d78a1685f
[xemacs-hg @ 2005-11-28 09:50:16 by crestani]
Remove vdb-fake warning, die if POSIX checks fail.
author | crestani |
---|---|
date | Mon, 28 Nov 2005 09:50:20 +0000 |
parents | ceb34344c827 |
children | 971e3c687f18 |
comparison
equal
deleted
inserted
replaced
3101:70fd1b1cb202 | 3102:a05d78a1685f |
---|---|
30038 fi | 30038 fi |
30039 | 30039 |
30040 if test "$have_vdb_sigaction" != "yes" -a "$have_vdb_signal" != "yes" ; then | 30040 if test "$have_vdb_sigaction" != "yes" -a "$have_vdb_signal" != "yes" ; then |
30041 have_vdb_posix=no | 30041 have_vdb_posix=no |
30042 have_vdb_fake=yes | 30042 have_vdb_fake=yes |
30043 { echo "Error:" "No working write-barrier implementation found for this system. | |
30044 Please report this and provide information about your system." >&2; exit 1; } | |
30043 else | 30045 else |
30044 have_vdb_posix=yes | 30046 have_vdb_posix=yes |
30045 have_vdb_fake=no | 30047 have_vdb_fake=no |
30046 fi | 30048 fi |
30047 fi | 30049 fi |
39334 if test "$have_vdb_win32" = yes ; then | 39336 if test "$have_vdb_win32" = yes ; then |
39335 echo " Using special WIN32 vdb fault handler." | 39337 echo " Using special WIN32 vdb fault handler." |
39336 fi | 39338 fi |
39337 if test "$have_vdb_mach" = yes ; then | 39339 if test "$have_vdb_mach" = yes ; then |
39338 echo " Using mach exception mechanism as vdb fault handler." | 39340 echo " Using mach exception mechanism as vdb fault handler." |
39339 fi | |
39340 if test "$have_vdb_fake" = yes && test "$enable_vdb" != fake; then | |
39341 echo " WARNING: ---------------------------------------------------------" | |
39342 echo " WARNING: The new incremental garbage collector is enabled, but" | |
39343 echo " WARNING: a virtual dirty bit implementation is not yet available" | |
39344 echo " WARNING: on this system. XEmacs will crash if you try to switch on" | |
39345 echo " WARNUNG: incremental garbage collection!" | |
39346 echo " WARNING: Use \`--disable-newgc' to turn incremental gc off." | |
39347 echo " WARNING: ---------------------------------------------------------" | |
39348 fi | 39341 fi |
39349 if test "$have_vdb_fake" = yes && test "$enable_vdb" == fake; then | 39342 if test "$have_vdb_fake" = yes && test "$enable_vdb" == fake; then |
39350 echo " Virtual dirty bit write barrier manually disabled." | 39343 echo " Virtual dirty bit write barrier manually disabled." |
39351 fi | 39344 fi |
39352 test "$enable_pdump" = yes && echo " Using the new portable dumper." | 39345 test "$enable_pdump" = yes && echo " Using the new portable dumper." |