mirror of
https://github.com/aaru-dps/fstester.git
synced 2025-12-16 19:24:39 +00:00
Change checking which header contains statfs structure.
This commit is contained in:
@@ -29,8 +29,8 @@ endif()
|
|||||||
include(CheckSymbolExists)
|
include(CheckSymbolExists)
|
||||||
include(CheckStructHasMember)
|
include(CheckStructHasMember)
|
||||||
|
|
||||||
CHECK_SYMBOL_EXISTS(statfs "sys/statfs.h" HAVE_SYS_STATFS)
|
CHECK_SYMBOL_EXISTS("struct statfs" "sys/statfs.h" HAVE_SYS_STATFS)
|
||||||
CHECK_SYMBOL_EXISTS(statfs "sys/mount.h" HAVE_SYS_MOUNT)
|
CHECK_SYMBOL_EXISTS("struct statfs" "sys/mount.h" HAVE_SYS_MOUNT)
|
||||||
|
|
||||||
# Linux and FreeBSD
|
# Linux and FreeBSD
|
||||||
if(HAVE_SYS_STATFS)
|
if(HAVE_SYS_STATFS)
|
||||||
|
|||||||
Reference in New Issue
Block a user