[mono-api-info] Add support for writing output to a file specified using a command...
[mono.git] / configure.ac
index 9e6e66c189c4cdaaa37a47fcaecc0e4396d474a3..600ad4c6d28222ffac3a2ddeb8d6a59c0963ecc6 100644 (file)
@@ -2090,6 +2090,8 @@ if test x$host_win32 = xno; then
                 #include <unistd.h>])
        AC_CHECK_TYPES([suseconds_t], [AC_DEFINE(HAVE_SUSECONDS_T)], ,
                [#include <sys/time.h>])
+       AC_CHECK_TYPES([struct cmsghdr], [AC_DEFINE(HAVE_STRUCT_CMSGHDR)], ,
+               [#include <sys/socket.h>])
        AC_CHECK_TYPES([struct flock], [AC_DEFINE(HAVE_STRUCT_FLOCK)], ,
                [#include <unistd.h>
                 #include <fcntl.h>])