mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 14:51:11 +01:00
Merge branch 'maint-0.4.1' into maint-0.4.2
This commit is contained in:
commit
e75583e71b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue