[libvirt PATCH 04/31] configure: remove usage of AC_HEADER_MAJOR

Pavel Hrdina phrdina at redhat.com
Thu Jul 2 12:25:02 UTC 2020


Commit <03c532cf9711dd6ad35380455a77141ef7d492ab> removed usage of
MAJOR_IN_MKDEV and MAJOR_IN_SYSMACROS from libvirt which makes the
AC_HEADER_MAJOR useless.

Signed-off-by: Pavel Hrdina <phrdina at redhat.com>
---
 configure.ac | 2 --
 1 file changed, 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 75695252898..f8d9038e4ab 100644
--- a/configure.ac
+++ b/configure.ac
@@ -155,8 +155,6 @@ AC_TYPE_UID_T
 dnl Support building Win32 DLLs (must appear *before* AM_PROG_LIBTOOL)
 AC_LIBTOOL_WIN32_DLL
 
-AC_HEADER_MAJOR
-
 m4_ifndef([LT_INIT], [
   AM_PROG_LIBTOOL
 ], [
-- 
2.26.2




More information about the libvir-list mailing list