]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
configure: drop check for unsupported FreeBSD
authorPavel Hrdina <phrdina@redhat.com>
Fri, 24 Apr 2020 14:51:31 +0000 (16:51 +0200)
committerPavel Hrdina <phrdina@redhat.com>
Fri, 10 Jul 2020 07:40:00 +0000 (09:40 +0200)
FreeBSD 10 is no longer supported by libvirt and the struct member
ifi_oqdrops is usable without any define on later FreeBSD versions.

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
configure.ac

index 40a326c1aae4fc3510fb666545d20bca2731baee..61d43c1a6349d340774da7fb1311fbf414dea184 100644 (file)
@@ -860,17 +860,6 @@ if test $with_freebsd = yes; then
                  )
 fi
 
-# FreeBSD 10-STABLE requires _IFI_OQDROPS to be defined for if_data.ifi_oqdrops
-# field be available
-old_CFLAGS="$CFLAGS"
-CFLAGS="$CFLAGS -D_IFI_OQDROPS"
-
-AC_CHECK_MEMBERS([struct if_data.ifi_oqdrops],
-                [],
-                [CFLAGS="$old_CFLAGS"],
-                [#include <net/if.h>
-                ])
-
 AC_CHECK_DECLS([clock_serv_t, host_get_clock_service, clock_get_time],
                [AC_DEFINE([HAVE_MACH_CLOCK_ROUTINES],
                           [1],