From 9dc075ccb23652fe7e40d293122bd518245f7dd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20K=C3=BCmmel?= Date: Sat, 11 Mar 2006 11:32:54 +0000 Subject: include used check_include_files macro svn path=/trunk/KDE/kdelibs/; revision=517536 --- modules/FindACL.cmake | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules') 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) -- cgit v1.2.1