mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-02 07:36:17 +01:00
Don't check for headers we include unconditionally
Don't bother checking for winsock2.h and mswsock.h in the configure script as we include these unconditionally when building for Windows anyway.
This commit is contained in:
parent
8dc200db04
commit
a0bcd63304
@ -598,9 +598,6 @@
|
||||
/* Define to 1 if you have the `wcslen' function. */
|
||||
#define HAVE_WCSLEN 1
|
||||
|
||||
/* We are not checking for windows.h, why this? */
|
||||
#define HAVE_WINSOCK2_H 1
|
||||
|
||||
/* Define if you have the 'wint_t' type. */
|
||||
#define HAVE_WINT_T 1
|
||||
|
||||
|
@ -1006,7 +1006,7 @@ if $glib_failed ; then
|
||||
fi
|
||||
|
||||
AC_CHECK_FUNCS(getprotobyname_r endservent)
|
||||
AC_CHECK_HEADERS([netdb.h winsock2.h mswsock.h wspiapi.h])
|
||||
AC_CHECK_HEADERS([netdb.h wspiapi.h])
|
||||
|
||||
# For gio/libasyncns
|
||||
if test $glib_native_win32 = no; then
|
||||
|
Loading…
Reference in New Issue
Block a user