4
0
mirror of https://github.com/QuasarApp/qca.git synced 2025-05-13 02:59:34 +00:00

include CheckIncludeFiles script

svn path=/trunk/kdesupport/qca/; revision=702697
This commit is contained in:
Christian Ehrlicher 2007-08-21 04:54:02 +00:00
parent cbf2a28f99
commit 3f38ef2061

@ -1,3 +1,4 @@
include(CheckIncludeFiles)
CHECK_INCLUDE_FILES(sys/filio.h HAVE_SYS_FILIO_H)
IF(HAVE_SYS_FILIO_H)
ADD_DEFINITIONS(-DHAVE_SYS_FILIO_H)