Oops! Typo in ./config...
authorAndy Polyakov <appro@openssl.org>
Tue, 27 Apr 2004 22:17:25 +0000 (22:17 +0000)
committerAndy Polyakov <appro@openssl.org>
Tue, 27 Apr 2004 22:17:25 +0000 (22:17 +0000)
config

diff --git a/config b/config
index 46102cebde5da76d6ec532dfcf5499ba2880d834..29fc9cd4e03f34c17193bf0ec0571c085ae45cc2 100755 (executable)
--- 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
        ;;