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:
5
configure
vendored
5
configure
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user