提交 6a48a6a9 编写于 作者: D Daniel P. Berrange

Fix misleading comment about numactl

上级 b0d340be
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>
* configure.in: Quote all args to macros
......
......@@ -562,7 +562,7 @@ if test "$with_qemu" = "yes" -a "$with_numactl" != "no"; then
fi
if test "$with_numactl" = "yes"; then
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
AM_CONDITIONAL([HAVE_NUMACTL], [test "$with_numactl" != "no"])
AC_SUBST([NUMACTL_CFLAGS])
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册