diff options
author | OBATA Akio <obache@wizdas.com> | 2019-04-06 19:01:11 +0900 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2019-05-04 17:25:51 +0200 |
commit | e2e56f4e616b111f263627abdc6293b598b31037 (patch) | |
tree | ab3d1ce13ed1b0a627e61a9e90c3e9f39f0b778c /CMakeLists.txt | |
parent | 145adceab1c03df193c66249badc2a768f142ba0 (diff) | |
download | tdeutils-e2e56f4e616b111f263627abdc6293b598b31037.tar.gz tdeutils-e2e56f4e616b111f263627abdc6293b598b31037.zip |
Fix NetBSD APM support
NetBSD APM is supported other than i386 too, emulate API,
so change to detect with MI support header.
Additionally, catch up support codes to others.
Signed-off-by: OBATA Akio <obache@wizdas.com>
(cherry picked from commit f8424834b6a36b4d3e43e3af199e55c18fb913b8)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 19ade5b..fc238a7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,6 +24,7 @@ set( VERSION R14.0.6 ) include( FindPkgConfig ) include( CheckIncludeFile ) +include( CheckIncludeFiles ) include( CheckLibraryExists ) include( CheckSymbolExists ) include( CheckFunctionExists ) |