Skip to content
Snippets Groups Projects
Commit 0106377b authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Added more checks yet again.

Rev: src/modules/files/configure.in:1.23
parent 51fc2671
No related branches found
No related tags found
No related merge requests found
...@@ -138,9 +138,6 @@ int main() ...@@ -138,9 +138,6 @@ int main()
AC_MSG_CHECKING(if the struct statfs has the member f_bavail) AC_MSG_CHECKING(if the struct statfs has the member f_bavail)
AC_CACHE_VAL(pike_cv_struct_statfs_f_bavail, [ AC_CACHE_VAL(pike_cv_struct_statfs_f_bavail, [
echo -------
cat confdefs.h
echo -------
AC_TRY_COMPILE([ AC_TRY_COMPILE([
#ifdef HAVE_SYS_TYPES_H #ifdef HAVE_SYS_TYPES_H
#include <sys/types.h> #include <sys/types.h>
...@@ -151,6 +148,9 @@ int main() ...@@ -151,6 +148,9 @@ int main()
#endif #endif
#ifdef HAVE_SYS_STATFS_H #ifdef HAVE_SYS_STATFS_H
#include <sys/statfs.h> #include <sys/statfs.h>
#endif
#ifdef HAVE_SYS_VFS_H
#include <sys/vfs.h>
#endif #endif
], [ ], [
struct statfs st; struct statfs st;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment