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)
CHECK_C_SOURCE_COMPILES("#include <stdio.h>
#include <libytnef/ytnef.h>
int main(void) { TNEFStruct *tnef; return 0; }" HAVE_LIBYTNEF_YTNEF_H)
endif((NOT HAVE_YTNEF_H) AND (NOT HAVE_LIBYTNEF_YTNEF_H))