Configure: fixed msghdr.msg_control test on 64bit platforms.

Broken by r4560.
This commit is contained in:
Maxim Dounin 2012-03-28 12:38:03 +00:00
parent feda353cb3
commit 97d7f3d827

View File

@ -703,8 +703,8 @@ ngx_feature_incs="#include <sys/socket.h>
#include <stdio.h>" #include <stdio.h>"
ngx_feature_path= ngx_feature_path=
ngx_feature_libs= ngx_feature_libs=
ngx_feature_test="struct msghdr msg; msg.msg_control = NULL; ngx_feature_test="struct msghdr msg;
printf(\"%d\", (int) msg.msg_control)" printf(\"%d\", (int) sizeof(msg.msg_control))"
. auto/feature . auto/feature