1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-09-29 05:29:11 +00:00

Add OpenMP to list of compiled in features (for -v).

This commit is contained in:
Brenden Matthews 2009-05-23 21:17:35 -06:00
parent 8da700b8c1
commit bf2d9de16a

View File

@ -187,6 +187,9 @@ static void print_version(void)
" * XMMS2\n"
#endif /* XMMS2 */
"\n General:\n"
#ifdef HAVE_OPENMP
" * OpenMP\n"
#endif /* HAVE_OPENMP */
#ifdef MATH
" * math\n"
#endif /* Math */