From 0b6be4114d2447b826a8be7b1651378441809a81 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Tue, 12 Jan 2016 21:19:15 +0000 Subject: [PATCH] There has never been any such function "fnctl" It was only a typo of fcntl. Get rid of this test. --- external/unbound/configure_checks.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/external/unbound/configure_checks.cmake b/external/unbound/configure_checks.cmake index edb64c78..1cfc20d3 100644 --- a/external/unbound/configure_checks.cmake +++ b/external/unbound/configure_checks.cmake @@ -58,7 +58,6 @@ check_function_exists(ctime_r HAVE_CTIME_R) check_function_exists(daemon HAVE_DAEMON) check_function_exists(endprotoent HAVE_ENDPROTOENT) check_function_exists(endservent HAVE_ENDSERVENT) -check_function_exists(fnctl HAVE_FNCTL) check_function_exists(fork HAVE_FORK) check_function_exists(fseeko HAVE_FSEEKO) check_function_exists(fsync HAVE_FSYNC)