Detect machine/endian.h for macOS
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
AC_DEFUN([CHECK_LIBC_COMPAT], [
|
||||
# Check for libc headers
|
||||
AC_CHECK_HEADERS([endian.h err.h readpassphrase.h])
|
||||
AC_CHECK_HEADERS([endian.h machine/endian.h err.h readpassphrase.h])
|
||||
AC_CHECK_HEADERS([netinet/ip.h], [], [],
|
||||
[#include <sys/types.h>
|
||||
#include <arpa/inet.h>
|
||||
|
Reference in New Issue
Block a user