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 | bcaf480aee37daf624e9e93077ae1274581a029e (patch) | |
tree | 218da94178ca9fa5edd67540171afad8466f12a9 | |
parent | c0dd2a6e398c647ed7e219a9577a9864f48aba1a (diff) | |
parent | e75583e71bf87ce6d40a801396cf3def39a60c45 (diff) | |
download | tor-bcaf480aee37daf624e9e93077ae1274581a029e.tar.gz tor-bcaf480aee37daf624e9e93077ae1274581a029e.zip |
Merge branch 'maint-0.4.2' into maint-0.4.3
-rw-r--r-- | configure.ac | 2 |
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 |