mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-12-27 04:32:55 +00:00
Add OpenMP to list of compiled in features (for -v).
This commit is contained in:
parent
8da700b8c1
commit
bf2d9de16a
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user