Commit fcdac50f authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

Should run program

parent 4541134c
...@@ -991,7 +991,7 @@ AC_CHECK_DECL([UDP_SEGMENT], [have_netinet_udp_h_udp_segment=yes], ...@@ -991,7 +991,7 @@ AC_CHECK_DECL([UDP_SEGMENT], [have_netinet_udp_h_udp_segment=yes],
if test "x$have_netinet_udp_h_udp_segment" = "xno"; then if test "x$have_netinet_udp_h_udp_segment" = "xno"; then
have_linux_udp_h_udp_segment=no have_linux_udp_h_udp_segment=no
AC_COMPILE_IFELSE([AC_LANG_PROGRAM( AC_RUN_IFELSE([AC_LANG_PROGRAM(
[[ [[
#include <linux/udp.h> #include <linux/udp.h>
]], ]],
......
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