diff options
author | Timothy Pearson <[email protected]> | 2015-01-10 20:57:36 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2015-01-10 20:57:36 -0600 |
commit | ead285c723ee35f4ea8fe453e0406a651e34451a (patch) | |
tree | 093c888e0af4ba0ab9c170727fdc5d35eae2dd7a /krfb | |
parent | 710a9c7c320fab11ac523662b93140c14e8163a4 (diff) | |
download | tdenetwork-ead285c723ee35f4ea8fe453e0406a651e34451a.tar.gz tdenetwork-ead285c723ee35f4ea8fe453e0406a651e34451a.zip |
Fix accidental cruft causing FTBFS
Diffstat (limited to 'krfb')
-rw-r--r-- | krfb/ConfigureChecks.cmake | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/krfb/ConfigureChecks.cmake b/krfb/ConfigureChecks.cmake index b488b03e..2de58a4d 100644 --- a/krfb/ConfigureChecks.cmake +++ b/krfb/ConfigureChecks.cmake @@ -16,8 +16,3 @@ pkg_search_module( XTST xtst ) if( NOT XTST_FOUND ) tde_message_fatal( "xtst is required, but was not found on your system" ) endif( ) - -pkg_search_module( LIBVNCSERVER libvncserver ) -if( NOT LIBVNCSERVER_FOUND ) - tde_message_fatal( "libvncserver is required, but was not found on your system" ) -endif( ) |