summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPeter Foley <pefoley2@verizon.net>2012-11-04 08:46:44 -0500
committerPeter Foley <pefoley2@verizon.net>2012-11-08 19:56:11 -0500
commitf745212f9650b481dc546c04ae26f3f58bfedd01 (patch)
tree92c8eb2df3483e55bc64cc9bdb5c3f848c2e74cd /configure.ac
parent70ec826eeb8f0b311095869e23be1db95fc9d109 (diff)
convert lcms2 to gbuild
Change-Id: I96de6b20b2a68f0982a30d33359e9e9cda9e642c
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 1 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 2443131c6ae4..e3054449ab6c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7037,14 +7037,10 @@ else
SYSTEM_LCMS2=NO
LCMS2_TARBALL="861ef15fa0bc018f9ddc932c4ad8b6dd-lcms2-2.4.tar.gz"
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)
AC_SUBST(LCMS2_CFLAGS)
+AC_SUBST(LCMS2_TARBALL)
AC_SUBST(LCMS2_LIBS)
AC_SUBST(LCMS2_TARBALL)
AC_SUBST([MINGW_LCMS2_DLL])