make max-memory standard and disable installing new CHR for now.

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1428 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc
2005-10-29 11:22:43 +00:00
parent 1c02fa4fdc
commit 7115515f1f
4 changed files with 4 additions and 3 deletions

2
configure vendored
View File

@@ -2359,7 +2359,7 @@ if test "${enable_max_memory+set}" = set; then
enableval="$enable_max_memory"
maxmemory="$enableval"
else
maxmemory=no
maxmemory=yes
fi;
# Check whether --enable-debug-yap or --disable-debug-yap was given.
if test "${enable_debug_yap+set}" = set; then