Merge branch 'maint-0.3.5' into maint-0.4.1

This commit is contained in:
Nick Mathewson 2020-05-15 10:25:27 -04:00
commit 768ffb8f43

View File

@ -377,7 +377,7 @@ AC_CACHE_CHECK([for __attribute__((fallthrough))],
[tor_cv_c_attr_fallthrough=no] )])
CFLAGS="$saved_CFLAGS"
if test "$tor_cv_c_attr_fallthrough" == "yes"; then
if test "$tor_cv_c_attr_fallthrough" = "yes"; then
AC_DEFINE(HAVE_ATTR_FALLTHROUGH, [1], [defined if we have the fallthrough attribute.])
fi