From: Otto Moerbeek Date: Fri, 7 Jun 2019 09:37:02 +0000 (+0200) Subject: Remove unneeded AM_CONDITIONAL line. X-Git-Tag: dnsdist-1.4.0-rc1~116^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F7871%2Fhead;p=thirdparty%2Fpdns.git Remove unneeded AM_CONDITIONAL line. --- diff --git a/configure.ac b/configure.ac index e7bea0abad..d0bf6b0c09 100644 --- a/configure.ac +++ b/configure.ac @@ -134,8 +134,6 @@ AC_CHECK_FUNCS_ONCE([strcasestr localtime_r recvmmsg sched_setscheduler getrando AM_CONDITIONAL([HAVE_RECVMMSG], [test "x$ac_cv_func_recvmmsg" = "xyes"]) -AM_CONDITIONAL([HAVE_SCHED_SETSCHEDULER], [test "x$ac_cv_func_sched_setscheduler" = "xyes"]) - AS_IF([test "x$lt_cv_dlopen" = "xno"], [AC_MSG_ERROR([Your system does not support dlopen])] )