configure: Fix typo in liblcms notice check.

This commit is contained in:
Alexandre Julliard 2007-07-11 12:01:15 +02:00
parent f0b97cb1e1
commit 82e068046b
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@ -12613,7 +12613,7 @@ _ACEOF
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 will be built without Color Management support. (mscms.dll)"
fi

View File

@ -829,7 +829,7 @@ then
[AC_DEFINE(HAVE_LCMS, 1, [Define if you have the LittleCMS development environment])
LCMSLIBS="-llcms"])
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)])
dnl **** Check for OpenLDAP ***