Skip to content
Snippets Groups Projects
Commit 5644bbbe authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Fix typo in winsock detection

parent baa49e18
No related branches found
No related tags found
No related merge requests found
......@@ -774,7 +774,7 @@ if test $ac_cv_header_winsock_h = yes; then
select(0,NULL,NULL,NULL,NULL);
closesocket(0);
gethostname(NULL,0);
],[ol_cv_winsock=yes],[ol_cv_winsock=no])])
],[ol_cv_winsock=yes],[ol_cv_winsock=no]))
if test $ol_cv_winsock = yes ; then
AC_DEFINE(HAVE_WINSOCK,1,[define if you have winsock])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment