mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-14 14:41:42 +03:00
Fix LD_PRELOAD_VAR configuration logic for 64-bit AIX.
This commit is contained in:
parent
855c127348
commit
c43a83d225
1 changed files with 1 additions and 1 deletions
|
|
@ -591,7 +591,7 @@ case "${host}" in
|
|||
JE_APPEND_VS(LIBS, -lposix4 -lsocket -lnsl)
|
||||
;;
|
||||
*-ibm-aix*)
|
||||
if "$LG_SIZEOF_PTR" = "8"; then
|
||||
if "${LG_SIZEOF_PTR}" = "3"; then
|
||||
dnl 64bit AIX
|
||||
LD_PRELOAD_VAR="LDR_PRELOAD64"
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue