mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
Fix typo in winsock detection
This commit is contained in:
parent
baa49e18de
commit
5644bbbeea
1 changed files with 1 additions and 1 deletions
|
|
@ -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])
|
||||
|
|
|
|||
Loading…
Reference in a new issue