aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 2f86fbd..46e9a40 100644
--- a/configure.ac
+++ b/configure.ac
@@ -196,7 +196,7 @@ LDFLAGS="$LDFLAGS $CLANG_FLAGS"
196 196
197AC_CHECK_FUNCS([arc4random_buf asprintf explicit_bzero funopen getauxval]) 197AC_CHECK_FUNCS([arc4random_buf asprintf explicit_bzero funopen getauxval])
198AC_CHECK_FUNCS([getentropy issetugid memmem poll reallocarray]) 198AC_CHECK_FUNCS([getentropy issetugid memmem poll reallocarray])
199AC_CHECK_FUNCS([strlcat strlcpy strndup strnlen strtonum]) 199AC_CHECK_FUNCS([strlcat strlcpy strndup strnlen strsep strtonum])
200AC_CHECK_FUNCS([symlink openat]) 200AC_CHECK_FUNCS([symlink openat])
201AC_CHECK_FUNCS([timingsafe_bcmp timingsafe_memcmp]) 201AC_CHECK_FUNCS([timingsafe_bcmp timingsafe_memcmp])
202 202
@@ -213,6 +213,7 @@ AM_CONDITIONAL([HAVE_STRLCAT], [test "x$ac_cv_func_strlcat" = xyes])
213AM_CONDITIONAL([HAVE_STRLCPY], [test "x$ac_cv_func_strlcpy" = xyes]) 213AM_CONDITIONAL([HAVE_STRLCPY], [test "x$ac_cv_func_strlcpy" = xyes])
214AM_CONDITIONAL([HAVE_STRNDUP], [test "x$ac_cv_func_strndup" = xyes]) 214AM_CONDITIONAL([HAVE_STRNDUP], [test "x$ac_cv_func_strndup" = xyes])
215AM_CONDITIONAL([HAVE_STRNLEN], [test "x$ac_cv_func_strnlen" = xyes]) 215AM_CONDITIONAL([HAVE_STRNLEN], [test "x$ac_cv_func_strnlen" = xyes])
216AM_CONDITIONAL([HAVE_STRSEP], [test "x$ac_cv_func_strsep" = xyes])
216AM_CONDITIONAL([HAVE_STRTONUM], [test "x$ac_cv_func_strtonum" = xyes]) 217AM_CONDITIONAL([HAVE_STRTONUM], [test "x$ac_cv_func_strtonum" = xyes])
217AM_CONDITIONAL([HAVE_TIMINGSAFE_BCMP], [test "x$ac_cv_func_timingsafe_bcmp" = xyes]) 218AM_CONDITIONAL([HAVE_TIMINGSAFE_BCMP], [test "x$ac_cv_func_timingsafe_bcmp" = xyes])
218AM_CONDITIONAL([HAVE_TIMINGSAFE_MEMCMP], [test "x$ac_cv_func_timingsafe_memcmp" = xyes]) 219AM_CONDITIONAL([HAVE_TIMINGSAFE_MEMCMP], [test "x$ac_cv_func_timingsafe_memcmp" = xyes])