mirror of
https://github.com/libvirt/libvirt.git
synced 2026-07-29 15:54:48 -05:00
build: fix mingw build
* .gnulib: Update to latest, for termios fix. * configure.ac (AC_CHECK_HEADERS): Drop redundent check. * bootstrap: Synchronize from upstream. Reported by Daniel P. Berrange.
This commit is contained in:
+1
-1
@@ -109,7 +109,7 @@ LIBS=$old_libs
|
||||
|
||||
dnl Availability of various common headers (non-fatal if missing).
|
||||
AC_CHECK_HEADERS([pwd.h paths.h regex.h sys/syslimits.h \
|
||||
termios.h sys/poll.h syslog.h mntent.h net/ethernet.h linux/magic.h])
|
||||
sys/poll.h syslog.h mntent.h net/ethernet.h linux/magic.h])
|
||||
|
||||
AC_CHECK_LIB([intl],[gettext],[])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user