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:
authorBodo Möller <bodo@openssl.org>2002-08-02 15:38:07 +0400
committerBodo Möller <bodo@openssl.org>2002-08-02 15:38:07 +0400
commit1ce60f02d398b6f13b72c07daf0edc36a87eb6cf (patch)
treef37ba55682185c32a6fd9f14e442f1042eeb2d33 /config
parentbb34d6de74b24026c7e7e3c8400bd8d77679d899 (diff)
merge in changes in OpenSSL_0_9_6-stable (conflicts resolved)
Diffstat (limited to 'config')
-rwxr-xr-xconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/config b/config
index 028266f4e6..1cb6143614 100755
--- a/config
+++ b/config
@@ -392,6 +392,7 @@ if [ "$GCCVER" != "" ]; then
else
CC=cc
fi
+GCCVER=${GCCVER:-0}
if [ "$SYSTEM" = "HP-UX" ];then
# By default gcc is a ILP32 compiler (with long long == 64).
GCC_BITS="32"