Kaydet (Commit) 4999a4b5 authored tarafından Michael Stahl's avatar Michael Stahl

configure: LCMS2 needs same treatment as WPD etc.

Change-Id: I2b8f0dd4579c97471653de9f0aa777aa7f5306a8
üst 7d7c1e7f
...@@ -7297,13 +7297,11 @@ if test "$with_system_lcms2" = "yes"; then ...@@ -7297,13 +7297,11 @@ if test "$with_system_lcms2" = "yes"; then
libo_MINGW_CHECK_DLL([LCMS2], [liblcms2]) libo_MINGW_CHECK_DLL([LCMS2], [liblcms2])
else else
SYSTEM_LCMS2=NO SYSTEM_LCMS2=NO
LCMS2_LIBS="-L${OUTDIR}/lib -llcms2"
LCMS2_CFLAGS="-I${WORKDIR}/UnpackedTarball/lcms2/include"
if test "$GCC" = "yes"; then
LCMS2_CFLAGS="${LCMS2_CFLAGS} -Wno-long-long"
fi
fi fi
libo_CHECK_SYSTEM_MODULE([lcms2],[LCMS2],[lcms2]) libo_CHECK_SYSTEM_MODULE([lcms2],[LCMS2],[lcms2],["-I${WORKDIR}/UnpackedTarball/lcms2/include"],["-L${OUTDIR}/lib -llcms2"])
if test "$GCC" = "yes"; then
LCMS2_CFLAGS="${LCMS2_CFLAGS} -Wno-long-long"
fi
AC_SUBST([MINGW_LCMS2_DLL]) AC_SUBST([MINGW_LCMS2_DLL])
dnl =================================================================== dnl ===================================================================
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment