summaryrefslogtreecommitdiff
path: root/config.h.cmake
diff options
context:
space:
mode:
authorPino Toscano <pino@kde.org>2010-02-16 16:36:24 +0100
committerPino Toscano <pino@kde.org>2010-02-16 16:36:24 +0100
commit582b5259b3c65ee1bef99dbdfccf00f37269b76f (patch)
tree75d65be533cb3c6e0aa39df3dae486be3e13c750 /config.h.cmake
parent1dff9d440556a155fb5ca7bed15fc6a1f77a1c97 (diff)
[CMake] find the system threads, and define in the config.h if we have pthreads
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake
index 67862bad..0d1e434d 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -79,6 +79,9 @@
/* Define to 1 if you have the `popen' function. */
#cmakedefine HAVE_POPEN 1
+/* Define if you have POSIX threads libraries and header files. */
+#cmakedefine HAVE_PTHREAD 1
+
/* Use splash for rendering. */
#cmakedefine HAVE_SPLASH 1