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