mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 05:03:43 +01:00
Merge branch 'maint-0.4.3'
This commit is contained in:
commit
ec2f6d69d7
@ -446,7 +446,7 @@ AC_CACHE_CHECK([for __attribute__((fallthrough))],
|
|||||||
[tor_cv_c_attr_fallthrough=no] )])
|
[tor_cv_c_attr_fallthrough=no] )])
|
||||||
CFLAGS="$saved_CFLAGS"
|
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.])
|
AC_DEFINE(HAVE_ATTR_FALLTHROUGH, [1], [defined if we have the fallthrough attribute.])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user