We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc6e283 commit a7671adCopy full SHA for a7671ad
CMakeLists.txt
@@ -212,6 +212,7 @@ check_function_exists(strerror LIBVNCSERVER_HAVE_STRERROR)
212
check_function_exists(strstr LIBVNCSERVER_HAVE_STRSTR)
213
214
check_symbol_exists(htobe64 "endian.h" LIBVNCSERVER_HAVE_HTOBE64)
215
+check_symbol_exists(htobe64 "sys/endian.h" LIBVNCSERVER_HAVE_HTOBE64)
216
check_symbol_exists(OSSwapHostToBigInt64 "libkern/OSByteOrder.h" LIBVNCSERVER_HAVE_OSSWAPHOSTTOBIGINT64)
217
218
if(WITH_THREADS AND Threads_FOUND)
0 commit comments