mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 04:30:37 +00:00
checks for statvts headers
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@39360 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4e07058985
commit
14fab35abc
3 changed files with 35 additions and 0 deletions
24
configure
vendored
24
configure
vendored
|
@ -4036,6 +4036,30 @@ _ACEOF
|
|||
fi
|
||||
done
|
||||
|
||||
for ac_header in sys/statvfs.h
|
||||
do :
|
||||
ac_fn_c_check_header_mongrel "$LINENO" "sys/statvfs.h" "ac_cv_header_sys_statvfs_h" "$ac_includes_default"
|
||||
if test "x$ac_cv_header_sys_statvfs_h" = xyes; then :
|
||||
cat >>confdefs.h <<_ACEOF
|
||||
#define HAVE_SYS_STATVFS_H 1
|
||||
_ACEOF
|
||||
|
||||
fi
|
||||
|
||||
done
|
||||
|
||||
for ac_header in sys/vfs.h
|
||||
do :
|
||||
ac_fn_c_check_header_mongrel "$LINENO" "sys/vfs.h" "ac_cv_header_sys_vfs_h" "$ac_includes_default"
|
||||
if test "x$ac_cv_header_sys_vfs_h" = xyes; then :
|
||||
cat >>confdefs.h <<_ACEOF
|
||||
#define HAVE_SYS_VFS_H 1
|
||||
_ACEOF
|
||||
|
||||
fi
|
||||
|
||||
done
|
||||
|
||||
|
||||
#--------------------------------------------------------------------
|
||||
# Simple way to add a bunch of paths to the flags
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue