Commit 4110c93e authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

configure: Fix check for cms.

parent aecec384
......@@ -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 :
......
......@@ -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])
......
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