From 4f6396fd76d75d7a7cd234480b693e518e04f610 Mon Sep 17 00:00:00 2001 From: Iustin Pop <iustin@google.com> Date: Thu, 15 Sep 2011 11:59:22 +0200 Subject: [PATCH] Make affinity module optional This was overlooked in the review, sorry. Signed-off-by: Iustin Pop <iustin@google.com> Reviewed-by: Guido Trotter <ultrotter@google.com> --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index b7acc8b4b..cb0a15318 100644 --- a/configure.ac +++ b/configure.ac @@ -518,7 +518,7 @@ AC_PYTHON_MODULE(simplejson, t) AC_PYTHON_MODULE(pyparsing, t) AC_PYTHON_MODULE(pyinotify, t) AC_PYTHON_MODULE(pycurl, t) -AC_PYTHON_MODULE(affinity, t) +AC_PYTHON_MODULE(affinity) # This is optional but then we've limited functionality AC_PYTHON_MODULE(paramiko) -- GitLab