Re: [libvirt PATCH 02/31] configure: drop check for unsupported FreeBSD

2020-07-02 Thread Ján Tomko

On a Thursday in 2020, Pavel Hrdina wrote:

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 
---
configure.ac | 11 ---
1 file changed, 11 deletions(-)



Reviewed-by: Ján Tomko 

Jano


signature.asc
Description: PGP signature


[libvirt PATCH 02/31] configure: drop check for unsupported FreeBSD

2020-07-02 Thread Pavel Hrdina
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 
---
 configure.ac | 11 ---
 1 file changed, 11 deletions(-)

diff --git a/configure.ac b/configure.ac
index 6c8ac2f04bc..e4c0bea94df 100644
--- a/configure.ac
+++ b/configure.ac
@@ -857,17 +857,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 
-])
-
 AC_CHECK_DECLS([clock_serv_t, host_get_clock_service, clock_get_time],
[AC_DEFINE([HAVE_MACH_CLOCK_ROUTINES],
   [1],
-- 
2.26.2