Skip to content

Commit

Permalink
Merge branch 'maint-0.3.5' into maint-0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nmathewson committed May 15, 2020
2 parents 72312cd + a59d547 commit 768ffb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -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

Expand Down

0 comments on commit 768ffb8

Please sign in to comment.