From fc2899af7a3b402d5c689b0cc8527f965875b9e0 Mon Sep 17 00:00:00 2001 From: Christian Beier Date: Tue, 18 Apr 2017 23:12:09 +0200 Subject: CMake: set LIBVNCSERVER_HAVE_FORK in rfbconfig.h if fork() found --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 410f059..a218222 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -152,6 +152,7 @@ check_function_exists(gettimeofday LIBVNCSERVER_HAVE_GETTIMEOFDAY) check_function_exists(vfork LIBVNCSERVER_HAVE_VFORK) check_function_exists(vprintf LIBVNCSERVER_HAVE_VPRINTF) check_function_exists(mmap LIBVNCSERVER_HAVE_MMAP) +check_function_exists(fork LIBVNCSERVER_HAVE_FORK) # On systems such as GNU/Linux with glibc, __b64_ntop is defined in a -- cgit v1.2.3