configure: Fix check for cms.

oldstable
André Hentschel 2015-01-02 00:34:47 +01:00 committed by Alexandre Julliard
parent aecec3847a
commit 4110c93e41
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@ -11854,7 +11854,7 @@ $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
esac
fi
if test "x$with_lcms2" != "xno"
if test "x$with_cms" != "xno"
then
if ${LCMS2_CFLAGS:+false} :; then :
if ${PKG_CONFIG+:} false; then :

View File

@ -1455,7 +1455,7 @@ then
fi
dnl **** Check for LittleCMS ***
if test "x$with_lcms2" != "xno"
if test "x$with_cms" != "xno"
then
WINE_PACKAGE_FLAGS(LCMS2,[lcms2],[-llcms2],,,
[AC_CHECK_HEADERS([lcms2.h])