mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-08-31 09:50:07 +03:00
configure: remove usage of AC_HEADER_MAJOR
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@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
@ -155,8 +155,6 @@ AC_TYPE_UID_T
|
|||||||
dnl Support building Win32 DLLs (must appear *before* AM_PROG_LIBTOOL)
|
dnl Support building Win32 DLLs (must appear *before* AM_PROG_LIBTOOL)
|
||||||
AC_LIBTOOL_WIN32_DLL
|
AC_LIBTOOL_WIN32_DLL
|
||||||
|
|
||||||
AC_HEADER_MAJOR
|
|
||||||
|
|
||||||
m4_ifndef([LT_INIT], [
|
m4_ifndef([LT_INIT], [
|
||||||
AM_PROG_LIBTOOL
|
AM_PROG_LIBTOOL
|
||||||
], [
|
], [
|
||||||
|
Reference in New Issue
Block a user