Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2003-01-18 16:10:23 +0300
committerAndy Polyakov <appro@openssl.org>2003-01-18 16:10:23 +0300
commit5322333b7b9b35603a374f3aa2e17ba1593da4e3 (patch)
tree4ea2f85f30090ab50e3db70592c70958099f9f3e /config
parente98823d847d7d976209d661f01e7c656c31e59e8 (diff)
Fix for AIX shared build, see RT#463.
Diffstat (limited to 'config')
-rwxr-xr-xconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/config b/config
index 78dd3b1b4d..dc03e00c92 100755
--- a/config
+++ b/config
@@ -464,6 +464,10 @@ if [ "${SYSTEM}-${MACHINE}" = "Linux-alpha" ]; then
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