diff options
Diffstat (limited to 'source4/smbd')
-rw-r--r-- | source4/smbd/process_model.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/smbd/process_model.m4 b/source4/smbd/process_model.m4 index 94ef6f13d2..673d5e5e2b 100644 --- a/source4/smbd/process_model.m4 +++ b/source4/smbd/process_model.m4 @@ -1,6 +1,6 @@ dnl # Server process model subsystem -SMB_MODULE_DEFAULT(process_model_thread,NOT) +SMB_ENABLE(process_model_thread,NO) ################################################# # check for pthread support @@ -13,7 +13,7 @@ AC_ARG_WITH(pthreads, if test x"$ac_cv_func_pread" != x"yes" -o x"$ac_cv_func_pwrite" != x"yes";then AC_MSG_ERROR([You cannot enable threads when you don't have pread/pwrite!]) fi - SMB_MODULE_DEFAULT(process_model_thread,STATIC) + SMB_ENABLE(process_model_thread,YES) SMB_EXT_LIB_ENABLE(PTHREAD,YES) ;; *) |