[CRIU] [PATCH 1/7] configure: add configure.in

Christopher Covington cov at codeaurora.org
Thu Mar 20 09:23:49 PDT 2014


On 03/20/2014 12:17 PM, Ruslan Kuprieiev wrote:
> Signed-off-by: Ruslan Kuprieiev <kupruser at gmail.com>
> ---
>  configure.in | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  1 file changed, 66 insertions(+)
>  create mode 100644 configure.in
> 
> diff --git a/configure.in b/configure.in
> new file mode 100644
> index 0000000..085852f
> --- /dev/null
> +++ b/configure.in
> @@ -0,0 +1,66 @@
> +AC_INIT
> +AC_PROG_CC
> +AC_LANG_C
> +AC_CONFIG_HEADER([include/config.h])
> +
> +AC_CHECK_LIB(
> +	[bsd],
> +	[strlcat],
> +	[AC_DEFINE(CONFIG_HAS_LIBBSD)
> +		LIBS="$LIBS -lbsd"
> +	])
> +
> +AC_MSG_CHECKING([whether system already have struct tcp_repait_opt and TCP_NO_QUEUE in netinet/tcp.h])

Nit: tcp_repair_opt

-- 
Employee of Qualcomm Innovation Center, Inc.
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
hosted by the Linux Foundation.


More information about the CRIU mailing list