Convert HAVE_NUMACTL to WITH_NUMACTL

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
This commit is contained in:
Daniel P. Berrange
2012-09-20 13:41:15 +01:00
parent 766ace80d6
commit 6f736c83e5
5 changed files with 12 additions and 12 deletions

View File

@@ -823,7 +823,7 @@
#include &lt;string.h&gt;
#include &lt;limits.h&gt;
#if HAVE_NUMACTL Some system includes aren't supported
#if WITH_NUMACTL Some system includes aren't supported
# include &lt;numa.h&gt; everywhere so need these #if guards.
#endif