aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGilles Chehade <gilles@poolp.org>2019-11-10 19:55:21 +0100
committerGilles Chehade <gilles@poolp.org>2019-11-10 19:55:21 +0100
commit50dc0f6f2d7003ad4fabcff05b14917a30a5c0e5 (patch)
treeab72023926cd2e84aa3590539f197c9aeef023ec /configure.ac
parenteven better when I save the file (diff)
downloadOpenSMTPD-50dc0f6f2d7003ad4fabcff05b14917a30a5c0e5.tar.xz
OpenSMTPD-50dc0f6f2d7003ad4fabcff05b14917a30a5c0e5.zip
conditionally build waitpid()
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 7912abc6..13c8aa5f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2024,6 +2024,8 @@ AM_CONDITIONAL([NEED_STRSEP], [test "x$ac_cv_have_strsep" != "xyes"])
AM_CONDITIONAL([NEED_STRTONUM], [test "x$ac_cv_have_strtonum" != "xyes"])
AM_CONDITIONAL([NEED_STRNDUP], [test "x$ac_cv_have_strndup" != "xyes"])
AM_CONDITIONAL([NEED_STRNLEN], [test "x$ac_cv_have_strnlen" != "xyes"])
+
+AM_CONDITIONAL([NEED_WAITPID], [test "x$ac_cv_have_waitpid" != "xyes"])
##