From 6a48a6a9e78c2b285aa0da0940402eface7dfef5 Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Thu, 22 May 2008 15:35:51 +0000 Subject: [PATCH] Fix misleading comment about numactl --- ChangeLog | 4 ++++ configure.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index bcbafdb3da..704ae01663 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Thu May 22 11:35:29 EST 2008 Daniel P. Berrange + + * configure.in: Fix misleading comment about numactl + Thu May 22 11:31:29 EST 2008 Daniel P. Berrange * configure.in: Quote all args to macros diff --git a/configure.in b/configure.in index 0dda96f062..1561eff2a1 100644 --- a/configure.in +++ b/configure.in @@ -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])