From 2197b415f264aa3acfcd70bee1bbac510e560270 Mon Sep 17 00:00:00 2001 From: Christian Beier Date: Tue, 18 Apr 2017 22:53:08 +0200 Subject: CMake: set LIBVNCSERVER_HAVE_LIBSSL in rfbconfig.h if OpenSSL found --- rfb/rfbconfig.h.cmake | 3 +++ 1 file changed, 3 insertions(+) (limited to 'rfb') diff --git a/rfb/rfbconfig.h.cmake b/rfb/rfbconfig.h.cmake index 661583d..58c9205 100644 --- a/rfb/rfbconfig.h.cmake +++ b/rfb/rfbconfig.h.cmake @@ -100,6 +100,9 @@ /* Define to 1 if GnuTLS is present */ #cmakedefine LIBVNCSERVER_WITH_CLIENT_TLS 1 +/* Define to 1 if OpenSSL is present */ +#cmakedefine LIBVNCSERVER_HAVE_LIBSSL 1 + /* Define to 1 to build with websockets */ #cmakedefine LIBVNCSERVER_WITH_WEBSOCKETS 1 -- cgit v1.2.1