aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGilles Chehade <gilles@poolp.org>2019-11-10 19:40:11 +0100
committerGilles Chehade <gilles@poolp.org>2019-11-10 19:40:11 +0100
commit2763a908f80ee68d1e9788f70d645ab6015365b9 (patch)
tree4aef5c96f7192db7a3df4adcbb7d9858fa9daa0b /configure.ac
parentmove LLONG_MAX declaration check earlier: (diff)
downloadOpenSMTPD-2763a908f80ee68d1e9788f70d645ab6015365b9.tar.xz
OpenSMTPD-2763a908f80ee68d1e9788f70d645ab6015365b9.zip
conditional getpeereid()
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 b02eb37c..7912abc6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2002,6 +2002,7 @@ AM_CONDITIONAL([NEED_FPARSELN], [test "x$ac_cv_have_fparseln" != "xyes"])
AM_CONDITIONAL([NEED_FREEZERO], [test "x$ac_cv_have_freezero" != "xyes"])
#AM_CONDITIONAL([NEED_GETLINE], [test "x$ac_cv_have_getline" != "xyes"])
+AM_CONDITIONAL([NEED_GETPEEREID], [test "x$ac_cv_have_getpeereid" != "xyes"])
AM_CONDITIONAL([NEED_IMSG], [test "x$ac_cv_have_imsg_init" != "xyes"])
AM_CONDITIONAL([NEED_INET_NET_PTON], [test "x$ac_cv_have_inet_net_pton" != "xyes"])