dolphin/ConfigureChecks.cmake
Dirk Mueller 21f9678835 fix kinfocenter
svn path=/trunk/KDE/kdebase/apps/; revision=781662
2008-03-03 12:42:28 +00:00

13 lines
367 B
CMake

include(CheckIncludeFile)
include(CheckIncludeFiles)
include(CheckSymbolExists)
include(CheckFunctionExists)
include(CheckLibraryExists)
include(CheckPrototypeExists)
include(CheckStructMember)
include(CheckTypeSize)
include(CheckCXXSourceCompiles)
check_function_exists(getpeereid HAVE_GETPEEREID) # kdesu
check_function_exists(statvfs HAVE_STATVFS) # kinfocenter