diff options
author | Peter Foley <pefoley2@verizon.net> | 2012-11-04 08:46:44 -0500 |
---|---|---|
committer | Peter Foley <pefoley2@verizon.net> | 2012-11-04 09:02:09 -0500 |
commit | 433b43bcd2dbd146a9d6342fab0704d653c50d29 (patch) | |
tree | 5bd139207a2f471900c16b8b67400761dd7a7fc4 /configure.ac | |
parent | 198a18b246ac8105cd868138e0ba172f8e83c0d5 (diff) |
convert lcms2 to gbuild
Change-Id: I96de6b20b2a68f0982a30d33359e9e9cda9e642c
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac index 90948d9807d6..d206c3f73af2 100644 --- a/configure.ac +++ b/configure.ac @@ -7042,15 +7042,12 @@ if test "$with_system_lcms2" = "yes"; then else AC_MSG_RESULT([internal]) 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([MINGW_LCMS2_DLL]) |