[LTP] [PATCH V2 03/32] Add knob to control tirpc support

Cyril Hrubis chrubis@suse.cz
Wed Feb 3 15:14:40 CET 2016


Hi!
> diff --git a/configure.ac b/configure.ac
> index cc50397..9e2936b 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -98,6 +98,13 @@ if test "x$with_python" = xyes; then
>  else
>      AC_SUBST([WITH_PYTHON],["no"])
>  fi
> +
> +# TI RPC
> +AC_ARG_WITH([tirpc],
> +  AC_HELP_STRING([--without-tirpc],
> +    [without libtirpc support]),
> +  [],[with_tirpc=yes],
> +)
>  # END tools knobs

This should be done in the corresponding m4 file as well.

-- 
Cyril Hrubis
chrubis@suse.cz


More information about the Ltp mailing list