Fix accidental cruft causing FTBFS

pull/1/head
Timothy Pearson 10 years ago
parent 710a9c7c32
commit ead285c723

@ -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( )

Loading…
Cancel
Save