no need to add own define for openmp.

This commit is contained in:
2013-05-20 14:38:43 +00:00
parent 19f11fc783
commit 0fb5c9117f
3 changed files with 1 additions and 10 deletions

View File

@@ -289,7 +289,7 @@ static PyObject *make_builtopts_info(void)
SetObjIncref(Py_False);
#endif
#ifdef WITH_OPENMP
#ifdef _OPENMP
SetObjIncref(Py_True);
#else
SetObjIncref(Py_False);