Commit 5a6fbf61 authored by Bernd Edlinger's avatar Bernd Edlinger
Browse files

Make the config script fail with an error code if Configure failed



Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7166)

(cherry picked from commit e13dc23c)
parent fb953d29
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -992,5 +992,6 @@ if [ $? = "0" ]; then
  fi
else
  echo "This system ($OUT) is not supported. See file INSTALL for details."
  exit 1
fi
)