From bf2d9de16a66caab7806e8c2aeeb6a249f92e719 Mon Sep 17 00:00:00 2001 From: Brenden Matthews Date: Sat, 23 May 2009 21:17:35 -0600 Subject: [PATCH] Add OpenMP to list of compiled in features (for -v). --- src/conky.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/conky.c b/src/conky.c index dcb93733..bffc9ca5 100644 --- a/src/conky.c +++ b/src/conky.c @@ -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 */