summaryrefslogtreecommitdiffstats
path: root/libvncserver/Makefile.am
diff options
context:
space:
mode:
authorChristian Beier <dontmind@freeshell.org>2011-09-11 21:02:55 +0200
committerGernot Tenchio <gernot@tenchio.de>2011-09-19 22:16:33 +0200
commitcb0340ccc5351a2ab31ad03b2dc13334ba349d71 (patch)
treee814f8f48575d880c145f7c9babd2900fbfc0dfd /libvncserver/Makefile.am
parent2046cc9abd284528075abbaa758b148cece62d82 (diff)
downloadlibtdevnc-cb0340ccc5351a2ab31ad03b2dc13334ba349d71.tar.gz
libtdevnc-cb0340ccc5351a2ab31ad03b2dc13334ba349d71.zip
Autotools: Fix OpenSSL and GnuTLS advertisement.
Diffstat (limited to 'libvncserver/Makefile.am')
-rw-r--r--libvncserver/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/libvncserver/Makefile.am b/libvncserver/Makefile.am
index 4a031af..98d97bc 100644
--- a/libvncserver/Makefile.am
+++ b/libvncserver/Makefile.am
@@ -17,11 +17,11 @@ if WITH_WEBSOCKETS
if HAVE_LIBSSL
WEBSOCKETSSSLSRCS = rfbssl_openssl.c
else
-#if HAVE_GNUTLS
-#WEBSOCKETSSSLSRCS = rfbssl_gnutls.c
-#else
+if HAVE_GNUTLS
+WEBSOCKETSSSLSRCS = rfbssl_gnutls.c
+else
WEBSOCKETSSSLSRCS = rfbssl_none.c
-#endif
+endif
endif
WEBSOCKETSSRCS = websockets.c ../common/md5.c ../common/sha1.c $(WEBSOCKETSSSLSRCS)