summaryrefslogtreecommitdiff
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
commitff68f4fe1df46b87ec33d25dca80458163a77f0c (patch)
tree343399b4428e11369a67c02b3f85f3d21a552be1
parent2c2c349bdfbb2ac6eb9624607a2153deebdb7426 (diff)
parenta59d54756f9b369fefdc7ca84c432d8873264f42 (diff)
downloadtor-ff68f4fe1df46b87ec33d25dca80458163a77f0c.tar.gz
tor-ff68f4fe1df46b87ec33d25dca80458163a77f0c.zip
Merge branch 'maint-0.3.5' into release-0.3.5
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a441162f4c..5f66d8c37e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -368,7 +368,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