]> xenbits.xensource.com Git - libvirt.git/commitdiff
Fix misleading comment about numactl
authorDaniel P. Berrange <berrange@redhat.com>
Thu, 22 May 2008 15:35:51 +0000 (15:35 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Thu, 22 May 2008 15:35:51 +0000 (15:35 +0000)
ChangeLog
configure.in

index bcbafdb3da0603c0a73f17d2dcead3b20d2b574d..704ae01663699ac0cc848e6ee1eb883d99153215 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
        * configure.in: Quote all args to macros
index 0dda96f06295da33f32cb356cbe7ad5175f44734..1561eff2a1e57c7d07436f7d9a93bf6174c38702 100644 (file)
@@ -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])