summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2004-04-27 22:17:25 +0000
committerAndy Polyakov <appro@openssl.org>2004-04-27 22:17:25 +0000
commitb6b4fdc9e210afea6fd8aee7230993e993441b4c (patch)
treeddc1e01e1443bff92b83428a0bcbfa4e76709350 /config
parentdd55880644b1f60784f7a7100b94c0e5f9a1394e (diff)
downloadopenssl-new-b6b4fdc9e210afea6fd8aee7230993e993441b4c.tar.gz
Oops! Typo in ./config...
Diffstat (limited to 'config')
-rwxr-xr-xconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/config b/config
index 46102cebde..29fc9cd4e0 100755
--- a/config
+++ b/config
@@ -730,7 +730,7 @@ EOF
echo " You have ~5 seconds to press Ctrl-C to abort."
(stty -icanon min 0 time 50; read waste) < /dev/tty
fi
- elif [ "$CC" = "gcc ]; then
+ elif [ "$CC" = "gcc" ]; then
OUT="aix-gcc"
fi
;;