]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
configure: remove duplicit check for sys/un.h
authorJán Tomko <jtomko@redhat.com>
Tue, 25 Sep 2018 14:52:31 +0000 (16:52 +0200)
committerJán Tomko <jtomko@redhat.com>
Mon, 1 Oct 2018 15:44:09 +0000 (17:44 +0200)
Commit 7c08fcc4 added this one.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Erik Skultety <eskultet@redhat.com>
configure.ac

index cea42ee1191c0edd23d0d0f4ed2fa43029b3ac65..d09238a8e52c70b994031dabb66834640dc44c17 100644 (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>]])