summaryrefslogtreecommitdiffstats
path: root/Configure
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 /Configure
parent535d79da635c2015a88a0184321296bdcb201848 (diff)
For AIX 4.3 or above, allow the use of dlfcn.
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/Configure b/Configure
index 5a02aa4ffa..fc694cbd33 100755
--- a/Configure
+++ b/Configure
@@ -345,6 +345,8 @@ my %table=(
# IBM's AIX.
"aix-cc", "cc:-O -DB_ENDIAN -qmaxmem=16384::(unknown):AIX::BN_LLONG RC4_CHAR:::",
"aix-gcc", "gcc:-O3 -DB_ENDIAN::(unknown):AIX::BN_LLONG RC4_CHAR:::",
+"aix43-cc", "cc:-O -DAIX -DB_ENDIAN -qmaxmem=16384::(unknown)::BN_LLONG RC4_CHAR::::::::::dlfcn:",
+"aix43-gcc", "gcc:-O3 -DAIX -DB_ENDIAN::(unknown)::BN_LLONG RC4_CHAR::::::::::dlfcn:",
#
# Cray T90 (SDSC)