summaryrefslogtreecommitdiffstats
path: root/rfb
diff options
context:
space:
mode:
authorChristian Beier <dontmind@freeshell.org>2017-04-18 22:53:08 +0200
committerChristian Beier <dontmind@freeshell.org>2017-04-18 22:53:08 +0200
commit2197b415f264aa3acfcd70bee1bbac510e560270 (patch)
treef6e54041be45ad21667c5de5e9064826ee9f32c4 /rfb
parent6d4bb07ea6abf82231ccd3699357b13ae113bb18 (diff)
downloadlibtdevnc-2197b415f264aa3acfcd70bee1bbac510e560270.tar.gz
libtdevnc-2197b415f264aa3acfcd70bee1bbac510e560270.zip
CMake: set LIBVNCSERVER_HAVE_LIBSSL in rfbconfig.h if OpenSSL found
Diffstat (limited to 'rfb')
-rw-r--r--rfb/rfbconfig.h.cmake3
1 files changed, 3 insertions, 0 deletions
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