diff options
author | Christian Beier <dontmind@freeshell.org> | 2017-04-18 22:53:08 +0200 |
---|---|---|
committer | Christian Beier <dontmind@freeshell.org> | 2017-04-18 22:53:08 +0200 |
commit | 2197b415f264aa3acfcd70bee1bbac510e560270 (patch) | |
tree | f6e54041be45ad21667c5de5e9064826ee9f32c4 /rfb | |
parent | 6d4bb07ea6abf82231ccd3699357b13ae113bb18 (diff) | |
download | libtdevnc-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.cmake | 3 |
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 |