Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Georg Koppen
Tor
Commits
d97fd7f0
Commit
d97fd7f0
authored
May 15, 2020
by
Nick Mathewson
🌻
Browse files
Merge branch 'maint-0.4.1' into release-0.4.1
parents
e26b3778
768ffb8f
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
d97fd7f0
...
...
@@ -377,7 +377,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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment