cmake HAVE_LIBYTNEF_YTNEF_H examples

GNOME/evolution CMakeLists.txt :447

CHECK_C_SOURCE_COMPILES("#include <stdio.h>
					#include <libytnef/ytnef.h>
					int main(void) { TNEFStruct *tnef; return 0; }" HAVE_LIBYTNEF_YTNEF_H)

GNOME/evolution CMakeLists.txt :455

endif((NOT HAVE_YTNEF_H) AND (NOT HAVE_LIBYTNEF_YTNEF_H))