cmake HAVE_YTNEF_H examples

GNOME/evolution CMakeLists.txt :442

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

GNOME/evolution CMakeLists.txt :450

endif(NOT HAVE_YTNEF_H)

GNOME/evolution CMakeLists.txt :455

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