diff options
author | DRC <dcommander@users.sourceforge.net> | 2011-03-10 12:40:55 +0000 |
---|---|---|
committer | DRC <dcommander@users.sourceforge.net> | 2011-03-10 12:40:55 +0000 |
commit | c8a704c0e2642b160b87aa81a07e14b3a39a972f (patch) | |
tree | 37e62fa962536c3ea2e2d07ddfbea2ff1f593885 | |
parent | e8ec4792c5fdd8497cd67e4d17ccb4b926e0cb62 (diff) | |
download | tigervnc-c8a704c0e2642b160b87aa81a07e14b3a39a972f.tar.gz tigervnc-c8a704c0e2642b160b87aa81a07e14b3a39a972f.zip |
Oops. I apparently checked in some experimental code that broke the GnuTLS installer patch.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/branches/1_1@4358 3789f03b-4d11-0410-bbf8-ca57d06f2519
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a6f07049..bc4f9600 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) |