From c43a83d225551273c30c087ba90cbe2ca3c15e55 Mon Sep 17 00:00:00 2001 From: Jason Evans Date: Mon, 17 Apr 2017 15:50:13 -0700 Subject: [PATCH] Fix LD_PRELOAD_VAR configuration logic for 64-bit AIX. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 00868133..a3cfc88f 100644 --- a/configure.ac +++ b/configure.ac @@ -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