LibVNC / libvncserver

LibVNCServer/LibVNCClient are cross-platform C libraries that allow you to easily implement VNC server or client functionality in your program.
GNU General Public License v2.0
1.1k stars 482 forks source link

CMake: check for htobe64 in the correct endian.h #499

Closed derekschrock closed 2 years ago

derekschrock commented 2 years ago

While we're checking for endian.h and sys/endian.h the symbol check for htobe64 was hard coded to only look at "endian.h"

bk138 commented 2 years ago

Just quickly fixed it myself in a bit shorter approach, hope that's ok @derekschrock - thanks for pointing out!