mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-08 12:41:29 +00:00
Fix misleading comment about numactl
This commit is contained in:
parent
b0d340be77
commit
6a48a6a9e7
@ -1,3 +1,7 @@
|
|||||||
|
Thu May 22 11:35:29 EST 2008 Daniel P. Berrange <berrange@redhat.com>
|
||||||
|
|
||||||
|
* configure.in: Fix misleading comment about numactl
|
||||||
|
|
||||||
Thu May 22 11:31:29 EST 2008 Daniel P. Berrange <berrange@redhat.com>
|
Thu May 22 11:31:29 EST 2008 Daniel P. Berrange <berrange@redhat.com>
|
||||||
|
|
||||||
* configure.in: Quote all args to macros
|
* configure.in: Quote all args to macros
|
||||||
|
@ -562,7 +562,7 @@ if test "$with_qemu" = "yes" -a "$with_numactl" != "no"; then
|
|||||||
fi
|
fi
|
||||||
if test "$with_numactl" = "yes"; then
|
if test "$with_numactl" = "yes"; then
|
||||||
NUMACTL_LIBS="-lnuma"
|
NUMACTL_LIBS="-lnuma"
|
||||||
AC_DEFINE_UNQUOTED([HAVE_NUMACTL], 1, [whether Numactl is available for security])
|
AC_DEFINE_UNQUOTED([HAVE_NUMACTL], 1, [whether numactl is available for topology info])
|
||||||
fi
|
fi
|
||||||
AM_CONDITIONAL([HAVE_NUMACTL], [test "$with_numactl" != "no"])
|
AM_CONDITIONAL([HAVE_NUMACTL], [test "$with_numactl" != "no"])
|
||||||
AC_SUBST([NUMACTL_CFLAGS])
|
AC_SUBST([NUMACTL_CFLAGS])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user