summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-03-15 20:23:22 +0000
committerRichard Levitte <levitte@openssl.org>2001-03-15 20:23:22 +0000
commit368101778e34c4142ab4174544cb9427a75bbf0f (patch)
tree624ca1edf2042592dcf9b85677476482490f092d /config
parent535d79da635c2015a88a0184321296bdcb201848 (diff)
For AIX 4.3 or above, allow the use of dlfcn.
Diffstat (limited to 'config')
-rwxr-xr-xconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/config b/config
index 2d363d80ef..db0046f3d6 100755
--- a/config
+++ b/config
@@ -104,6 +104,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
;;