SVN commit 947438 by trueg: Ups, FileSystemInfo does use statfs... M +4 -1 ConfigureChecks.cmake --- trunk/extragear/multimedia/k3b/ConfigureChecks.cmake #947437:947438 @@ -7,4 +7,7 @@ include(CheckStructMember) include(CheckCXXSourceCompiles) -check_function_exists(stat64 HAVE_STAT64) +check_function_exists(stat64 HAVE_STAT64) + +check_include_files(sys/vfs.h HAVE_SYS_VFS_H) +check_include_files(sys/statvfs.h HAVE_SYS_STATVFS_H)