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 | e75583e71bf87ce6d40a801396cf3def39a60c45 (patch) | |
tree | 7337f97930ed1d8303eb8c62707face881be10f2 /configure.ac | |
parent | b8bff426f311a5b6cf345e985936b3efd693bfce (diff) | |
parent | 768ffb8f43575baac0970659b01e0a484d6bd6de (diff) | |
download | tor-e75583e71bf87ce6d40a801396cf3def39a60c45.tar.gz tor-e75583e71bf87ce6d40a801396cf3def39a60c45.zip |
Merge branch 'maint-0.4.1' into maint-0.4.2
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 29bea66d00..41e0a89c34 100644 --- a/configure.ac +++ b/configure.ac @@ -397,7 +397,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 |