diff --git a/configure.ac b/configure.ac index 7485d4a..ff6e3a2 100644 --- a/configure.ac +++ b/configure.ac @@ -19,8 +19,6 @@ AM_CONDITIONAL([HAVE_STRLCPY], [test "x$ac_cv_func_strlcpy" = xyes]) AC_CHECK_HEADERS([sys/cdefs.h sys/queue.h sys/tree.h sys/select.h]) -AC_MSG_CHECKING([for STAILQ_ interface in queue.h]) - AC_CHECK_FUNCS(strlcpy) AC_CHECK_FUNCS(pledge)