configure: Fix check for cms.
This commit is contained in:
parent
aecec3847a
commit
4110c93e41
|
@ -11854,7 +11854,7 @@ $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "x$with_lcms2" != "xno"
|
if test "x$with_cms" != "xno"
|
||||||
then
|
then
|
||||||
if ${LCMS2_CFLAGS:+false} :; then :
|
if ${LCMS2_CFLAGS:+false} :; then :
|
||||||
if ${PKG_CONFIG+:} false; then :
|
if ${PKG_CONFIG+:} false; then :
|
||||||
|
|
|
@ -1455,7 +1455,7 @@ then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
dnl **** Check for LittleCMS ***
|
dnl **** Check for LittleCMS ***
|
||||||
if test "x$with_lcms2" != "xno"
|
if test "x$with_cms" != "xno"
|
||||||
then
|
then
|
||||||
WINE_PACKAGE_FLAGS(LCMS2,[lcms2],[-llcms2],,,
|
WINE_PACKAGE_FLAGS(LCMS2,[lcms2],[-llcms2],,,
|
||||||
[AC_CHECK_HEADERS([lcms2.h])
|
[AC_CHECK_HEADERS([lcms2.h])
|
||||||
|
|
Loading…
Reference in New Issue