maint: Improve use of configmake.h on mingw

Gnulib has added a patch that allows configmake.h to be included
without causing build failures on mingw if <winsock2.h> is later
included (whether directly, or indirectly such as through gnulib's
<unistd.h>).

This reverts commit fed58d83c6 ("build:
Fix checkpoint_conf on mingw"), now that we don't have to worry about
header inclusion ordering issues.

Signed-off-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
Eric Blake 2019-08-08 08:49:43 -05:00
parent b1eb8b3e8f
commit 1eff313b10
2 changed files with 1 additions and 3 deletions

@ -1 +1 @@
Subproject commit c8e2eee548e6e81f3fccd31cf9f9a825db7fc8a8
Subproject commit 1f6fb368c04919243e2c70f2aa514a5f88e95309

View File

@ -21,8 +21,6 @@
#include <config.h>
#include <unistd.h>
#include "configmake.h"
#include "internal.h"
#include "virbitmap.h"