From a4e7bf3a89a986f0055bb8b6c6890449ca405f39 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 28 Oct 2005 21:13:30 +0000 Subject: r11382: Require number of required M4 macros Make MODULE handling a bit more like BINARY, LIBRARY and SUBSYSTEM Add some more PUBLIC_HEADERS (This used to be commit 875eb8f4cc658e6aebab070029fd499a726ad520) --- source4/smbd/process_model.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/smbd') 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) ;; *) -- cgit