summaryrefslogtreecommitdiff
path: root/storage/mroonga/vendor/groonga/build/ac_macros/check_headers.m4
diff options
context:
space:
mode:
Diffstat (limited to 'storage/mroonga/vendor/groonga/build/ac_macros/check_headers.m4')
-rw-r--r--storage/mroonga/vendor/groonga/build/ac_macros/check_headers.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/storage/mroonga/vendor/groonga/build/ac_macros/check_headers.m4 b/storage/mroonga/vendor/groonga/build/ac_macros/check_headers.m4
index 513f61afac4..17de74c11a5 100644
--- a/storage/mroonga/vendor/groonga/build/ac_macros/check_headers.m4
+++ b/storage/mroonga/vendor/groonga/build/ac_macros/check_headers.m4
@@ -1,9 +1,11 @@
# -*- autoconf -*-
+AC_CHECK_HEADERS(dirent.h)
AC_CHECK_HEADERS(dlfcn.h)
AC_CHECK_HEADERS(errno.h)
AC_CHECK_HEADERS(execinfo.h)
AC_CHECK_HEADERS(inttypes.h)
+AC_CHECK_HEADERS(io.h)
AC_CHECK_HEADERS(netdb.h)
AC_CHECK_HEADERS(netinet/in.h)
AC_CHECK_HEADERS(netinet/tcp.h)