renamed GMX_THREADS to GMX_THREAD_MPI
[alexxy/gromacs.git] / include / gmx_sort.h
index e58fae75f5cdacb39b66fcc59339c3592c255eb8..c1ef471b90232f32ce6d6914befc6101258ff773 100644 (file)
@@ -56,7 +56,7 @@ gmx_qsort(void *           base,
           int            (*compar)(const void *, const void *));
 
 
-#ifdef GMX_THREADS
+#ifdef GMX_THREAD_MPI
 /* Some implementations of qsort are not threadsafe.
  * For instance qsort in glibc contains a bug which makes it non-threadsafe:
  * http://sources.redhat.com/bugzilla/show_bug.cgi?id=11655