projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a496f45
)
For AIX 4.3 or above, allow the use of dlfcn.
author
Richard Levitte
<levitte@openssl.org>
Thu, 22 Mar 2001 22:06:27 +0000
(22:06 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 22 Mar 2001 22:06:27 +0000
(22:06 +0000)
config
patch
|
blob
|
history
diff --git
a/config
b/config
index fd02a3481c6b704140c3400a2762a19711a8e975..c69ea6dfce086b9310a5c8db25cf5311ea3caa1e 100755
(executable)
--- 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
;;