aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Kümmel <syntheticpp@gmx.net>2006-03-11 11:32:54 +0000
committerPeter Kümmel <syntheticpp@gmx.net>2006-03-11 11:32:54 +0000
commit9dc075ccb23652fe7e40d293122bd518245f7dd7 (patch)
treec81a74ed58f33a7be65d8631ca94fffcc96583d5
parent60c92113499723ec2571965f6ecee02d3b035151 (diff)
downloadextra-cmake-modules-9dc075ccb23652fe7e40d293122bd518245f7dd7.tar.gz
extra-cmake-modules-9dc075ccb23652fe7e40d293122bd518245f7dd7.tar.bz2
include used check_include_files macro
svn path=/trunk/KDE/kdelibs/; revision=517536
-rw-r--r--modules/FindACL.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/FindACL.cmake b/modules/FindACL.cmake
index cb606495..d8d83e53 100644
--- a/modules/FindACL.cmake
+++ b/modules/FindACL.cmake
@@ -4,6 +4,8 @@
# ACL_FOUND - system has the ACL library
# ACL_LIBS - The libraries needed to use ACL
+INCLUDE(CheckIncludeFiles)
+
check_include_files(attr/libattr.h HAVE_ATTR_LIBATTR_H)
check_include_files(sys/xattr.h HAVE_SYS_XATTR_H)
check_include_files(sys/acl.h HAVE_SYS_ACL_H)