aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGilles Chehade <gilles@poolp.org>2019-11-17 10:52:25 +0100
committerGilles Chehade <gilles@poolp.org>2019-11-17 10:52:25 +0100
commitda8897bd5e1f42c4f0bec11fd8c1b3e0c8d3165e (patch)
treed8f8c9f66ec95c2b391f52fad55b4db833fe67e7 /configure.ac
parentdetect LIBRESSL_VERSION_NUMBER (diff)
downloadOpenSMTPD-da8897bd5e1f42c4f0bec11fd8c1b3e0c8d3165e.tar.xz
OpenSMTPD-da8897bd5e1f42c4f0bec11fd8c1b3e0c8d3165e.zip
conditionnally build setproctitle()
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 33010568..8a685478 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2006,6 +2006,7 @@ AM_CONDITIONAL([NEED_GETPEEREID], [test "x$ac_cv_func_getpeereid" != "xyes"])
AM_CONDITIONAL([NEED_PIDFILE], [test "x$ac_cv_func_pidfile" != "xyes"])
AM_CONDITIONAL([NEED_REALLOCARRAY], [test "x$ac_cv_func_reallocarray" != "xyes"])
AM_CONDITIONAL([NEED_RECALLOCARRAY], [test "x$ac_cv_func_recallocarray" != "xyes"])
+AM_CONDITIONAL([NEED_SETPROCTITLE], [test "x$ac_cv_func_setproctitle" != "xyes"])
AM_CONDITIONAL([NEED_SETRESGID], [test "x$ac_cv_func_setresgid" != "xyes"])
AM_CONDITIONAL([NEED_SETRESUID], [test "x$ac_cv_func_setresuid" != "xyes"])
AM_CONDITIONAL([NEED_STRLCAT], [test "x$ac_cv_func_strlcat" != "xyes"])