Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 573502 | Differences between
and this patch

Collapse All | Expand All

(-)a/cmake/ConkyPlatformChecks.cmake (-1 / +2 lines)
Lines 141-147 Link Here
141
endif(BUILD_MYSQL)
141
endif(BUILD_MYSQL)
142
142
143
if(BUILD_WLAN)
143
if(BUILD_WLAN)
144
	check_include_file(iwlib.h IWLIB_H -D_GNU_SOURCE)
144
	set(CMAKE_REQUIRED_DEFINITIONS -D_GNU_SOURCE) 
145
	check_include_files(iwlib.h IWLIB_H -D_GNU_SOURCE)
145
	if(NOT IWLIB_H)
146
	if(NOT IWLIB_H)
146
		message(FATAL_ERROR "Unable to find iwlib.h")
147
		message(FATAL_ERROR "Unable to find iwlib.h")
147
	endif(NOT IWLIB_H)
148
	endif(NOT IWLIB_H)

Return to bug 573502