Commit ea86dc95 authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

Fail loading when compiled without lcms support.

parent d7b9a23a
...@@ -98,13 +98,12 @@ sym_not_found: ...@@ -98,13 +98,12 @@ sym_not_found:
#endif /* HAVE_LCMS_H */ #endif /* HAVE_LCMS_H */
WINE_MESSAGE( WINE_MESSAGE(
"This version of Wine was compiled without support for color management\n" "This version of Wine was compiled without support for color management\n"
"functions. This means many color functions are empty stubs and you should\n" "functions. To enable Wine to use LittleCMS for color management please\n"
"expect your application to fail. To enable Wine to use LittleCMS for color\n" "install a liblcms development package version 1.13 or higher and rebuild\n"
"management please install a liblcms development package version 1.13 or\n" "Wine.\n"
"higher and rebuild Wine.\n"
"http://www.littlecms.com\n" ); "http://www.littlecms.com\n" );
return TRUE; return FALSE;
} }
static void MSCMS_deinit_lcms(void) static void MSCMS_deinit_lcms(void)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment