
21 Dec
2016
21 Dec
'16
3:21 a.m.
On Fri, Dec 16, 2016 at 10:11:12 +0100, Pavel Hrdina wrote:
Signed-off-by: Pavel Hrdina <phrdina@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