[libvirt] [PATCH 44/89] configure: move sysctl config check to its own file

Jiri Denemark jdenemar at redhat.com
Wed Dec 21 08:21:03 UTC 2016


On Fri, Dec 16, 2016 at 10:11:12 +0100, Pavel Hrdina wrote:
> Signed-off-by: Pavel Hrdina <phrdina at redhat.com>
> ---
>  configure.ac      | 22 ++--------------------
>  m4/virt-sysctl.m4 | 43 +++++++++++++++++++++++++++++++++++++++++++
>  2 files changed, 45 insertions(+), 20 deletions(-)
>  create mode 100644 m4/virt-sysctl.m4
...
> +AC_DEFUN([LIBVIRT_CHECK_SYSCTL_CONFIG], [
> +  AC_MSG_CHECKING([for whether to install sysctl config])
> +  if test "$with_sysctl" = "yes" || test "$with_sysctl" = "check"
> +  then
> +    case $host in
> +      *-*-linux*)
> +        with_sysctl=yes
> +        ;;
> +      **)

One star would be enough, but it's not your fault.

ACK

Jirka




More information about the libvir-list mailing list