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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=659e39017f06c890454997f364002d55b4684a80;p=pdns Remove unneeded AM_CONDITIONAL line. --- diff --git a/configure.ac b/configure.ac index e7bea0aba..d0bf6b0c0 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])] )