Make affinity module optional
authorIustin Pop <iustin@google.com>
Thu, 15 Sep 2011 09:59:22 +0000 (11:59 +0200)
committerIustin Pop <iustin@google.com>
Thu, 15 Sep 2011 11:38:33 +0000 (13:38 +0200)
This was overlooked in the review, sorry.

Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Guido Trotter <ultrotter@google.com>

configure.ac

index b7acc8b..cb0a153 100644 (file)
@@ -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)