mirror of
https://github.com/nginx/nginx.git
synced 2024-12-22 15:13:28 -06:00
Configure: fixed msghdr.msg_control test on 64bit platforms.
Broken by r4560.
This commit is contained in:
parent
feda353cb3
commit
97d7f3d827
@ -703,8 +703,8 @@ ngx_feature_incs="#include <sys/socket.h>
|
||||
#include <stdio.h>"
|
||||
ngx_feature_path=
|
||||
ngx_feature_libs=
|
||||
ngx_feature_test="struct msghdr msg; msg.msg_control = NULL;
|
||||
printf(\"%d\", (int) msg.msg_control)"
|
||||
ngx_feature_test="struct msghdr msg;
|
||||
printf(\"%d\", (int) sizeof(msg.msg_control))"
|
||||
. auto/feature
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user