summaryrefslogtreecommitdiff
path: root/maintMakefile
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2018-08-04 11:13:57 -0400
committerPaul Smith <psmith@gnu.org>2018-08-04 12:37:19 -0400
commita370268739bd6825d88109c7707e816eee4d3f33 (patch)
tree631f0ec316eb5efa8b97fc07e3fe0305e318f5c6 /maintMakefile
parent1129df27b8fb3d62f68435bd3aabc86cd2808382 (diff)
downloadmake-git-a370268739bd6825d88109c7707e816eee4d3f33.tar.gz
* configure.ac: Add --disable-posix-spawn option
* maintMakefile: Add a test for the option * src/job.c: Change HAVE_* preprocessor checks to USE_POSIX_SPAWN
Diffstat (limited to 'maintMakefile')
-rw-r--r--maintMakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/maintMakefile b/maintMakefile
index cea4db14..05578e6f 100644
--- a/maintMakefile
+++ b/maintMakefile
@@ -240,6 +240,7 @@ CONFIG_CHECKS := \
checkcfg.--disable-job-server \
checkcfg.--disable-load \
checkcfg.--without-guile \
+ checkcfg.--disable-posix-spawn \
checkcfg.make_cv_sys_gnu_glob^no \
checkcfg.ac_cv_func_getloadavg^no+ac_cv_have_decl_getloadavg^no+gl_cv_have_raw_decl_getloadavg^no+ac_cv_lib_util_getloadavg^no+ac_cv_lib_getloadavg_getloadavg^no \
checkcfg.CPPFLAGS^-DNO_OUTPUT_SYNC \