]> source.dussan.org Git - tigervnc.git/commitdiff
Oops. I apparently checked in some experimental code that broke the GnuTLS installer...
authorDRC <dcommander@users.sourceforge.net>
Thu, 10 Mar 2011 12:40:55 +0000 (12:40 +0000)
committerDRC <dcommander@users.sourceforge.net>
Thu, 10 Mar 2011 12:40:55 +0000 (12:40 +0000)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/branches/1_1@4358 3789f03b-4d11-0410-bbf8-ca57d06f2519

CMakeLists.txt

index a6f07049d1032c6d834c20bee62e17f2806376b7..bc4f96004dafd2503ecc377177e4a13c937d3ebd 100644 (file)
@@ -142,8 +142,8 @@ if(BUILD_WINVNC)
   set(INST_DEPS ${INST_DEPS} winvnc4 wm_hooks vncconfig)
 endif()
 
-if(GNUTLS_FOUND AND NOT GNUTLS_STATIC)
-  set(INST_DEFS ${INST_DEFS})
+if(GNUTLS_FOUND)
+  set(INST_DEFS ${INST_DEFS} -DHAVE_GNUTLS)
 endif()
 
 configure_file(win/tigervnc.iss.in tigervnc.iss)