X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=config;h=229c131b672aa8940c2abd86da5684cbf8f9a7fd;hp=502ca6720fe9e78ded54016fb19c95612ad809b3;hb=ba47f5c9b0542022ac17781ebaa0e4407838fba2;hpb=4d94ae00d5614d64d4dd065860c4b00161a81f82 diff --git a/config b/config index 502ca6720f..229c131b67 100755 --- a/config +++ b/config @@ -335,9 +335,13 @@ case "${SYSTEM}:${RELEASE}:${VERSION}:${MACHINE}" in CYGWIN*) case "$RELEASE" in [bB]*|1.0|1.[12].*) - echo "${MACHINE}-whatever-cygwin32_pre1.3"; exit 0 + echo "${MACHINE}-whatever-cygwin32_pre1.3" + ;; *) - echo "${MACHINE}-whatever-cygwin32"; exit 0 + echo "${MACHINE}-whatever-cygwin32" + ;; + esac + exit 0 ;; esac