Bug 389392 - Mingw build error, mozlcms.lib: No such file or directory, r=dbaron, sr=benjamin, a=bzbarsky

This commit is contained in:
martijn.martijn@gmail.com 2007-08-17 11:27:05 -07:00
parent c054662981
commit 8394bebb9e

View File

@ -7060,7 +7060,7 @@ MOZ_NATIVE_LCMS= )
if test -z "$MOZ_NATIVE_LCMS"
then
LCMS_CFLAGS=
if test "$OS_ARCH" = "WINNT"; then
if test "$_WIN32_MSVC"; then
if test -z "$BUILD_STATIC_LIBS" -a -z "$MOZ_ENABLE_LIBXUL"; then
LCMS_CFLAGS=-DLCMS_DLL
fi