From 78af8860e0d4b3dfe451f73e46957fd03362185b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Thu, 5 Oct 2006 18:13:13 +0000 Subject: [PATCH] disable ENABLE_PTHREAD_SUPPORT and explain why git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18245 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/gssmask/common.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/appl/gssmask/common.h b/appl/gssmask/common.h index 8b2ab6c83..abf399bea 100644 --- a/appl/gssmask/common.h +++ b/appl/gssmask/common.h @@ -37,6 +37,13 @@ #include #endif +/* + * pthread support is disable because the pthread + * test have no "application pthread libflags" variable, + * when this is fixed pthread support can be enabled again. + */ +#undef ENABLE_PTHREAD_SUPPORT + #include #ifdef HAVE_SYS_UTSNAME_H #include