mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-08 12:41:29 +00:00
configure: sort AC_CHECK_HEADERS argument list
Signed-off-by: Ján Tomko <jtomko@redhat.com> Reviewed-by: Erik Skultety <eskultet@redhat.com>
This commit is contained in:
parent
6a2bf49ddf
commit
ae118eb5f5
28
configure.ac
28
configure.ac
@ -353,23 +353,23 @@ AC_CHECK_FUNCS_ONCE([\
|
|||||||
|
|
||||||
dnl Availability of various common headers (non-fatal if missing).
|
dnl Availability of various common headers (non-fatal if missing).
|
||||||
AC_CHECK_HEADERS([\
|
AC_CHECK_HEADERS([\
|
||||||
pwd.h \
|
|
||||||
regex.h \
|
|
||||||
sys/un.h \
|
|
||||||
sys/poll.h \
|
|
||||||
syslog.h \
|
|
||||||
mntent.h \
|
|
||||||
net/ethernet.h \
|
|
||||||
linux/magic.h \
|
|
||||||
sys/un.h \
|
|
||||||
sys/syscall.h \
|
|
||||||
sys/sysctl.h \
|
|
||||||
netinet/tcp.h \
|
|
||||||
ifaddrs.h \
|
ifaddrs.h \
|
||||||
libtasn1.h \
|
libtasn1.h \
|
||||||
sys/ucred.h \
|
linux/magic.h \
|
||||||
sys/mount.h \
|
mntent.h \
|
||||||
|
net/ethernet.h \
|
||||||
|
netinet/tcp.h \
|
||||||
|
pwd.h \
|
||||||
|
regex.h \
|
||||||
stdarg.h \
|
stdarg.h \
|
||||||
|
syslog.h \
|
||||||
|
sys/mount.h \
|
||||||
|
sys/poll.h \
|
||||||
|
sys/syscall.h \
|
||||||
|
sys/sysctl.h \
|
||||||
|
sys/ucred.h \
|
||||||
|
sys/un.h \
|
||||||
|
sys/un.h \
|
||||||
])
|
])
|
||||||
dnl Check whether endian provides handy macros.
|
dnl Check whether endian provides handy macros.
|
||||||
AC_CHECK_DECLS([htole64], [], [], [[#include <endian.h>]])
|
AC_CHECK_DECLS([htole64], [], [], [[#include <endian.h>]])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user