Commit e0e822b3 authored by Dag Erling Smørgrav's avatar Dag Erling Smørgrav

<sys/mount.h> requires <sys/param.h>; thanks to Olivier Nicole.


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@4024 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 7ae7b936
......@@ -75,9 +75,11 @@ AC_SUBST(LIBM)
AC_HEADER_STDC
AC_HEADER_SYS_WAIT
AC_HEADER_TIME
AC_CHECK_HEADERS([sys/param.h])
AC_CHECK_HEADERS([sys/types.h])
AC_CHECK_HEADERS([sys/endian.h])
AC_CHECK_HEADERS([sys/filio.h])
AC_CHECK_HEADERS([sys/mount.h])
AC_CHECK_HEADERS([sys/mount.h], [], [], [#include <sys/param.h>])
AC_CHECK_HEADERS([sys/socket.h])
AC_CHECK_HEADERS([sys/statvfs.h])
AC_CHECK_HEADERS([sys/vfs.h])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment