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 | ec2f6d69d7327381656ef6a5b1005aeb7247dcc3 (patch) | |
tree | f290bb51358a58bf2ed799bba9ef1d364a439a69 /configure.ac | |
parent | 8d59897e58ab5c79cf7b981d05b8244a68eaf9ac (diff) | |
parent | bcaf480aee37daf624e9e93077ae1274581a029e (diff) | |
download | tor-ec2f6d69d7327381656ef6a5b1005aeb7247dcc3.tar.gz tor-ec2f6d69d7327381656ef6a5b1005aeb7247dcc3.zip |
Merge branch 'maint-0.4.3'
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 4cb64f6230..6942db159f 100644 --- a/configure.ac +++ b/configure.ac @@ -446,7 +446,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 |