1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2024-12-25 01:34:11 +03:00

configure: remove duplicit check for sys/un.h

Commit 7c08fcc4 added this one.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Erik Skultety <eskultet@redhat.com>
This commit is contained in:
Ján Tomko 2018-09-25 16:52:31 +02:00
parent ae118eb5f5
commit 6bb6595956

View File

@ -369,7 +369,6 @@ AC_CHECK_HEADERS([\
sys/sysctl.h \
sys/ucred.h \
sys/un.h \
sys/un.h \
])
dnl Check whether endian provides handy macros.
AC_CHECK_DECLS([htole64], [], [], [[#include <endian.h>]])