mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
minor memory management updates/cleanups
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@30760 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
350c883bab
commit
fcdd57d05f
5 changed files with 24 additions and 13 deletions
3
configure
vendored
3
configure
vendored
|
@ -16168,7 +16168,8 @@ done
|
|||
# This function needed by NSPage.m
|
||||
#--------------------------------------------------------------------
|
||||
|
||||
for ac_func in valloc
|
||||
|
||||
for ac_func in posix_memalign valloc
|
||||
do
|
||||
as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
|
||||
{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue