From: Richard Levitte Date: Thu, 22 Mar 2001 22:06:27 +0000 (+0000) Subject: For AIX 4.3 or above, allow the use of dlfcn. X-Git-Tag: OpenSSL_0_9_6a-beta3~25 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1f6b757ae949eb33fdc616272505bfba18448f16;p=oweals%2Fopenssl.git For AIX 4.3 or above, allow the use of dlfcn. --- diff --git a/config b/config index fd02a3481c..c69ea6dfce 100755 --- a/config +++ b/config @@ -87,6 +87,14 @@ case "${SYSTEM}:${RELEASE}:${VERSION}:${MACHINE}" in echo "m68k-apple-aux3"; exit 0 ;; + AIX:[3456789]:4:*) + echo "${MACHINE}-ibm-aix43"; exit 0 + ;; + + AIX:*:[56789]:*) + echo "${MACHINE}-ibm-aix43"; exit 0 + ;; + AIX:*) echo "${MACHINE}-ibm-aix"; exit 0 ;;