]> granicus.if.org Git - pdns/commitdiff
Remove unneeded AM_CONDITIONAL line.
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 7 Jun 2019 09:37:02 +0000 (11:37 +0200)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Mon, 24 Jun 2019 08:29:42 +0000 (10:29 +0200)
(cherry picked from commit 659e39017f06c890454997f364002d55b4684a80)

configure.ac

index 02d93318f9e14295d18b46542ad4556107245588..6ae903b5099693fa73ff5c455429593f4bc3a7f7 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])]
 )