aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilles Chehade <gilles@poolp.org>2019-11-17 12:25:35 +0100
committerGilles Chehade <gilles@poolp.org>2019-11-17 12:25:35 +0100
commitd945a68b5e960450b794f7fd2c3b7b9949c3ef9a (patch)
tree894e2b8e9bfb8ca8bd07118e7d185b450c1f271f
parentconditionally build waitpid (diff)
downloadOpenSMTPD-d945a68b5e960450b794f7fd2c3b7b9949c3ef9a.tar.xz
OpenSMTPD-d945a68b5e960450b794f7fd2c3b7b9949c3ef9a.zip
conditionally build getopt()
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b374f869..c296c9d1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2006,7 +2006,7 @@ AM_CONDITIONAL([NEED_CRYPT_CHECKPASS], [test "x$ac_cv_func_crypt_checkpass" != "
AM_CONDITIONAL([NEED_EXPLICIT_BZERO], [test "x$ac_cv_func_explicit_bzero" != "xyes"])
AM_CONDITIONAL([NEED_FGETLN], [test "x$ac_cv_func_fgetln" != "xyes"])
AM_CONDITIONAL([NEED_FREEZERO], [test "x$ac_cv_func_freezero" != "xyes"])
-AM_CONDITIONAL([NEED_GETOPT], [test "x$ac_cv_have_getopt" != "xyes"])
+AM_CONDITIONAL([NEED_GETOPT], [test "x$ac_cv_func_getopt" != "xyes"])
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"])