gsocket: make this compile on Windows again

https://bugzilla.gnome.org/show_bug.cgi?id=668071
This commit is contained in:
Dan Winship
2012-01-17 19:46:34 -05:00
parent 28f3d4dbff
commit 08036ce303
3 changed files with 16 additions and 14 deletions

View File

@@ -1067,7 +1067,7 @@ if $glib_failed ; then
AC_MSG_ERROR([Could not determine values for MSG_* constants])
fi
AC_CHECK_FUNCS(getprotobyname_r endservent)
AC_CHECK_FUNCS(getprotobyname_r endservent if_nametoindex)
AC_CHECK_HEADERS([netdb.h wspiapi.h arpa/nameser_compat.h])
if test $glib_native_win32 = no; then