Add configure script
[fio.git] / backend.c
index 099bd9bd63170da1187983d25e50f0ba8c94b59d..8e96fb081af7aecb2da6ccd3fac40b511cd53636 100644 (file)
--- a/backend.c
+++ b/backend.c
@@ -1074,7 +1074,7 @@ static void *thread_main(void *data)
                goto err;
        }
 
-#ifdef FIO_HAVE_LIBNUMA
+#ifdef CONFIG_LIBNUMA
        /* numa node setup */
        if (td->o.numa_cpumask_set || td->o.numa_memmask_set) {
                int ret;