Commit 09fd95ac authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

Revert 6c51bd09

parent 5e88be0b
......@@ -58,11 +58,6 @@ AC_ARG_ENABLE([debug],
[Turn on debug output])],
[debug=$enableval], [debug=no])
AC_ARG_ENABLE([strict-http-parser],
[AS_HELP_STRING([--enable-strict-http-parser],
[Turn on strict http parser mode])],
[strict_http_parser=$enableval], [strict_http_parser=no])
AC_ARG_ENABLE([app],
[AS_HELP_STRING([--enable-app],
[Build applications (nghttp, nghttpd and nghttpx) [default=check]])],
......@@ -396,10 +391,6 @@ if test "x$debug" != "xno"; then
CFLAGS="$CFLAGS -DDEBUGBUILD"
fi
if test "x$strict_http_parser" = "xno"; then
CFLAGS="$CFLAGS -DHTTP_PARSER_STRICT=0"
fi
AC_SUBST([TESTS_LIBS])
AC_SUBST([SRC_LIBS])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment