From 4463d89a4a893dc67a98b2a3587172117ab1f313 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Fri, 14 Feb 2014 10:32:17 +0100 Subject: cmake: Check for libutil.h on FreeBSD. --- ConfigureChecks.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 8f76af82..43b1300a 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -51,6 +51,7 @@ check_include_file(pty.h HAVE_PTY_H) check_include_file(termios.h HAVE_TERMIOS_H) check_include_file(unistd.h HAVE_UNISTD_H) check_include_file(util.h HAVE_UTIL_H) +check_include_file(libutil.h HAVE_LIBUTIL_H) if (WIN32) check_include_files("winsock2.h;ws2tcpip.h;wspiapi.h" HAVE_WSPIAPI_H) -- cgit