aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGilles Chehade <gilles@poolp.org>2019-11-17 20:18:57 +0100
committerGilles Chehade <gilles@poolp.org>2019-11-17 20:18:57 +0100
commit3b7d3a440de9e4bee8532bf4e6fe34eb79dcdec8 (patch)
tree4170260e5eed84f807990c18d2d9c63fbeb138bd /configure.ac
parentconditionally build arc4random (diff)
downloadOpenSMTPD-3b7d3a440de9e4bee8532bf4e6fe34eb79dcdec8.tar.xz
OpenSMTPD-3b7d3a440de9e4bee8532bf4e6fe34eb79dcdec8.zip
fix strnvis test
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 77f1d024..f2e6908d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2043,7 +2043,7 @@ AM_CONDITIONAL([NEED_STRTONUM], [test "x$ac_cv_func_strtonum" != "xyes"])
AM_CONDITIONAL([NEED_STRNDUP], [test "x$ac_cv_func_strndup" != "xyes"])
AM_CONDITIONAL([NEED_STRNLEN], [test "x$ac_cv_func_strnlen" != "xyes"])
AM_CONDITIONAL([NEED_WAITPID], [test "x$ac_cv_func_waitpid" != "xyes"])
-AM_CONDITIONAL([NEED_VIS], [test "x$ac_cv_func_strnvis" != "xyes" -o "$BROKEN_STRNVIS" = "x1"])
+AM_CONDITIONAL([NEED_VIS], [test "x$ac_cv_func_strnvis" != "xyes" -o "x$BROKEN_STRNVIS" = "x1"])
AM_CONDITIONAL([NEED_ARC4RANDOM], [test "x$ac_cv_func_arc4random" != "xyes" -a "x$ac_cv_have_decl_LIBRESSL_VERSION_NUMBER" != "xyes"])
AM_CONDITIONAL([NEED_SSL_CTX_USE_CERTIFICATE_CHAIN_MEM], [test "x$ac_cv_have_decl_LIBRESSL_VERSION_NUMBER" != "xyes"])