]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Remove unneeded AM_CONDITIONAL line. 7871/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 7 Jun 2019 09:37:02 +0000 (11:37 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 7 Jun 2019 09:37:02 +0000 (11:37 +0200)
configure.ac

index e7bea0abada11519550b49260ffceb9f856fc954..d0bf6b0c090fd424964e7dbbec26c8c6f64b2a72 100644 (file)
@@ -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])]
 )