Skip to content

Commit

Permalink
Merge pull request #177 from billziss-gh/master
Browse files Browse the repository at this point in the history
Cygwin should not use winsock2
  • Loading branch information
sahlberg committed Mar 25, 2017
2 parents d501dc8 + e35a44e commit e22538c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ case $host in
AC_CHECK_LIB([socket], [main], , [AC_MSG_ERROR([Can not find required library])])
AC_CHECK_LIB([nsl], [main], , [AC_MSG_ERROR([Can not find required library])])
;;
*mingw32* | *cygwin* | *wince* | *mingwce*)
*mingw32* | *wince* | *mingwce*)
LIBSOCKET='-lws2_32'
SYS=mingw32
;;
Expand Down

0 comments on commit e22538c

Please sign in to comment.