df/parallel.c: Fix if libvirt is not available at compile time.

This commit is contained in:
Richard W.M. Jones
2013-03-07 23:29:21 +00:00
parent ef33ea359d
commit 3a895ba794

View File

@@ -42,10 +42,10 @@
#include "estimate-max-threads.h"
#include "parallel.h"
#define DEBUG_PARALLEL 0
#if defined(HAVE_LIBVIRT)
#define DEBUG_PARALLEL 0
/* Maximum number of threads we would ever run. Note this should not
* be > 20, unless libvirt is modified to increase the maximum number
* of clients.