aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-05-15 10:25:27 -0400
committerNick Mathewson <nickm@torproject.org>2020-05-15 10:25:27 -0400
commitbcaf480aee37daf624e9e93077ae1274581a029e (patch)
tree218da94178ca9fa5edd67540171afad8466f12a9 /configure.ac
parentc0dd2a6e398c647ed7e219a9577a9864f48aba1a (diff)
parente75583e71bf87ce6d40a801396cf3def39a60c45 (diff)
downloadtor-bcaf480aee37daf624e9e93077ae1274581a029e.tar.gz
tor-bcaf480aee37daf624e9e93077ae1274581a029e.zip
Merge branch 'maint-0.4.2' into maint-0.4.3
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index cb552ea94f..5fbf22bd11 100644
--- a/configure.ac
+++ b/configure.ac
@@ -439,7 +439,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