Fix LD_PRELOAD_VAR configuration logic for 64-bit AIX.
This commit is contained in:
parent
855c127348
commit
c43a83d225
@ -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…
Reference in New Issue
Block a user