We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a730551 commit 8786b2fCopy full SHA for 8786b2f
configure.ac
@@ -115,7 +115,7 @@ LDFLAGS="$LIBMICROHTTPD_LIBS $REGEX_LIBS $LD_FLAGS"
115
116
if test x"$is_windows" = x"no"; then
117
if test `uname -r |cut -d. -f1` -ge 3; then
118
- if test `uname -r |cut -d. -f2` -ge 6; then
+ if test `uname -r |cut -d. -f2` -ge 7; then
119
CXXFLAGS="-DUSE_FASTOPEN $CXXFLAGS"
120
fi
121
0 commit comments