commit ec2f6d69d7327381656ef6a5b1005aeb7247dcc3
parent 8d59897e58ab5c79cf7b981d05b8244a68eaf9ac
Author: Nick Mathewson <nickm@torproject.org>
Date: Fri, 15 May 2020 10:25:27 -0400
Merge branch 'maint-0.4.3'
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
@@ -446,7 +446,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