1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-12-26 04:17:33 +00:00

Merge pull request #166 from cwebster2/master

Reverts a change from check_include_file to files
This commit is contained in:
Brenden Matthews 2015-11-18 07:21:08 -08:00
commit 6f27ce475f

View File

@ -141,7 +141,7 @@ if(BUILD_MYSQL)
endif(BUILD_MYSQL)
if(BUILD_WLAN)
check_include_files(iwlib.h IWLIB_H -D_GNU_SOURCE)
check_include_file(iwlib.h IWLIB_H -D_GNU_SOURCE)
if(NOT IWLIB_H)
message(FATAL_ERROR "Unable to find iwlib.h")
endif(NOT IWLIB_H)