From kde-commits Tue Mar 31 13:59:47 2009 From: Sebastian Trueg Date: Tue, 31 Mar 2009 13:59:47 +0000 To: kde-commits Subject: extragear/multimedia/k3b Message-Id: <1238507987.536217.3519.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=123850799514484 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)