mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-02 04:59:39 -05:00
improve checking message
This commit is contained in:
parent
4009edf4a4
commit
728f4f188f
1 changed files with 1 additions and 1 deletions
|
|
@ -1219,7 +1219,7 @@ AC_DEFUN([OL_SASL_COMPAT],
|
|||
dnl ====================================================================
|
||||
dnl check for msg_accrights in msghdr
|
||||
AC_DEFUN(OL_MSGHDR_MSG_ACCRIGHTS,
|
||||
[AC_CACHE_CHECK(msg_accrights in msghdr, ol_cv_msghdr_msg_accrights,
|
||||
[AC_CACHE_CHECK(for msg_accrights in msghdr, ol_cv_msghdr_msg_accrights,
|
||||
[AC_TRY_COMPILE([#include <sys/socket.h>],
|
||||
[struct msghdr m; m.msg_accrightslen=0],
|
||||
ol_cv_msghdr_msg_accrights=yes, ol_cv_msghdr_msg_accrights=no)
|
||||
|
|
|
|||
Loading…
Reference in a new issue