Module: wine Branch: master Commit: 4110c93e419ded0572cc1a2bb8b1940a1b370ca7 URL: http://source.winehq.org/git/wine.git/?a=commit;h=4110c93e419ded0572cc1a2bb8...
Author: André Hentschel nerv@dawncrow.de Date: Fri Jan 2 00:34:47 2015 +0100
configure: Fix check for cms.
---
configure | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure b/configure index b4e041d..79d6632 100755 --- a/configure +++ b/configure @@ -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 : diff --git a/configure.ac b/configure.ac index 94b83ab..b67a7e7 100644 --- a/configure.ac +++ b/configure.ac @@ -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])