mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-03 02:41:24 +08:00
Fix syntax error in winsock lib check
This commit is contained in:
parent
2ee95af19c
commit
ad50f9e890
3
configure
vendored
3
configure
vendored
@ -1,5 +1,5 @@
|
||||
#! /bin/sh
|
||||
# From configure.in OpenLDAP: pkg/ldap/configure.in,v 1.684 2009/01/17 00:05:34 kurt Exp .
|
||||
# From configure.in OpenLDAP: pkg/ldap/configure.in,v 1.685 2009/01/17 00:15:31 kurt Exp .
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.61.
|
||||
#
|
||||
@ -15432,6 +15432,7 @@ _ACEOF
|
||||
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
|
||||
|
||||
{ echo "$as_me:$LINENO: checking for socket" >&5
|
||||
|
@ -918,6 +918,7 @@ if test $ol_cv_winsock != no ; then
|
||||
AC_DEFINE(HAVE_WINSOCK2, 1, [define if you have winsock2])
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
|
||||
dnl Find socket()
|
||||
dnl Likely combinations:
|
||||
|
Loading…
Reference in New Issue
Block a user