summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2012-10-06 19:31:53 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-10-06 19:32:21 -0500
commit8a2f3de3ef1bee204ec1f94493753bd076ff1f6b (patch)
tree3bb644261e148e977559d45950c514f939fdc78d /configure.in
parent8113588c35ae494ccdcbb864a7f0f9e08697118a (diff)
WaE due lcms2 include, hide it
Change-Id: I8b06bd1853cec283f330e892c1efa229682d9767
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index f7d0453408b4..5dfc06f6ec3e 100644
--- a/configure.in
+++ b/configure.in
@@ -6899,6 +6899,9 @@ else
SYSTEM_LCMS2=NO
BUILD_TYPE="$BUILD_TYPE LCMS2"
LCMS2_CFLAGS="-I${OUTDIR}/inc/lcms2"
+ if test $_os = Darwin; then
+ LCMS2_CFLAGS="$LCMS2_CFLAGS -Wno-long-long"
+ fi
LCMS2_LIBS="-L${OUTDIR}/lib -llcms2"
fi
AC_SUBST(SYSTEM_LCMS2)