Fix LD_PRELOAD_VAR configuration logic for 64-bit AIX.

This commit is contained in:
Jason Evans 2017-04-17 15:50:13 -07:00
parent 855c127348
commit c43a83d225

View File

@ -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