Skip to content
Snippets Groups Projects
Commit 82e06804 authored by Alexandre Julliard's avatar Alexandre Julliard
Browse files

configure: Fix typo in liblcms notice check.

parent f0b97cb1
No related branches found
No related tags found
No related merge requests found
...@@ -12613,7 +12613,7 @@ _ACEOF ...@@ -12613,7 +12613,7 @@ _ACEOF
fi fi
   
fi fi
if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" = "yes"; then if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
wine_notices="$wine_notices|liblcms development files not found. wine_notices="$wine_notices|liblcms development files not found.
Wine will be built without Color Management support. (mscms.dll)" Wine will be built without Color Management support. (mscms.dll)"
fi fi
......
...@@ -829,7 +829,7 @@ then ...@@ -829,7 +829,7 @@ then
[AC_DEFINE(HAVE_LCMS, 1, [Define if you have the LittleCMS development environment]) [AC_DEFINE(HAVE_LCMS, 1, [Define if you have the LittleCMS development environment])
LCMSLIBS="-llcms"]) LCMSLIBS="-llcms"])
fi fi
WINE_NOTICE_IF([test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" = "yes"],[liblcms development files not found. WINE_NOTICE_IF([test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"],[liblcms development files not found.
Wine will be built without Color Management support. (mscms.dll)]) Wine will be built without Color Management support. (mscms.dll)])
dnl **** Check for OpenLDAP *** dnl **** Check for OpenLDAP ***
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment