fix info reported by memory manager under DL_MALLOC and SYSTEM_MALLOC

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1635 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc
2006-05-18 16:33:05 +00:00
parent ef80f1df70
commit ee78d90bb9
11 changed files with 77 additions and 23 deletions

5
configure vendored
View File

@@ -3417,7 +3417,7 @@ fi
yap_cv_readline=no
if test "$prefix" = "NONE"
then
prefix="$SYSTEMDRIVE/Yap"
prefix="\$SYSTEMDRIVE/Yap"
fi
else
use_malloc="yes"
@@ -13778,7 +13778,8 @@ done
for ac_func in localtime lstat
for ac_func in localtime lstat mallinfo
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
echo "$as_me:$LINENO: checking for $ac_func" >&5