提交 ae118eb5 编写于 作者: J Ján Tomko

configure: sort AC_CHECK_HEADERS argument list

Signed-off-by: NJán Tomko <jtomko@redhat.com>
Reviewed-by: NErik Skultety <eskultet@redhat.com>
上级 6a2bf49d
......@@ -353,23 +353,23 @@ AC_CHECK_FUNCS_ONCE([\
dnl Availability of various common headers (non-fatal if missing).
AC_CHECK_HEADERS([\
ifaddrs.h \
libtasn1.h \
linux/magic.h \
mntent.h \
net/ethernet.h \
netinet/tcp.h \
pwd.h \
regex.h \
sys/un.h \
sys/poll.h \
stdarg.h \
syslog.h \
mntent.h \
net/ethernet.h \
linux/magic.h \
sys/un.h \
sys/mount.h \
sys/poll.h \
sys/syscall.h \
sys/sysctl.h \
netinet/tcp.h \
ifaddrs.h \
libtasn1.h \
sys/ucred.h \
sys/mount.h \
stdarg.h \
sys/un.h \
sys/un.h \
])
dnl Check whether endian provides handy macros.
AC_CHECK_DECLS([htole64], [], [], [[#include <endian.h>]])
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册