diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-05-15 10:25:27 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-05-15 10:25:27 -0400 |
commit | d97fd7f0762603702179bf2742e0fe5fc66bedbf (patch) | |
tree | 3869201f3ba5b7de49ceacc7bf8002d350028c6f | |
parent | e26b3778ded828ae8499219f0862af1eb70c862a (diff) | |
parent | 768ffb8f43575baac0970659b01e0a484d6bd6de (diff) | |
download | tor-release-0.4.1.tar.gz tor-release-0.4.1.zip |
Merge branch 'maint-0.4.1' into release-0.4.1release-0.4.1
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 9f784d932c..3a9e557023 100644 --- a/configure.ac +++ b/configure.ac @@ -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 |