commit | 726c2231431f811d12bdfcd83052eb62d1fc626b | [log] [tgz] |
---|---|---|
author | Andy Polyakov <appro@openssl.org> | Sat Jan 18 15:13:03 2003 +0000 |
committer | Andy Polyakov <appro@openssl.org> | Sat Jan 18 15:13:03 2003 +0000 |
tree | 98f7c4ff7394c1aa29b801f37e81914be4681f7b | |
parent | 59ae8c941916a2f8850c59638cb0ee4329d57b3e [diff] [blame] |
Fix for AIX shared build, see RT#463.
diff --git a/config b/config index fe8a441..e72b982 100755 --- a/config +++ b/config
@@ -464,6 +464,10 @@ fi fi +if [ "${SYSTEM}" = "AIX" ]; then # favor vendor cc over gcc + (cc) 2>&1 | grep -iv "command not found" > /dev/null && CC=cc +fi + CCVER=${CCVER:-0} # read the output of the embedded GuessOS