From: Andy Polyakov Date: Tue, 27 Apr 2004 22:17:25 +0000 (+0000) Subject: Oops! Typo in ./config... X-Git-Tag: BEN_FIPS_TEST_6~42^2~249 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b6b4fdc9e210afea6fd8aee7230993e993441b4c;p=thirdparty%2Fopenssl.git Oops! Typo in ./config... --- diff --git a/config b/config index 46102cebde5..29fc9cd4e03 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 ;;