emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master d44c854: * configure.ac (--with-lcms2, --without-lc


From: Eli Zaretskii
Subject: [Emacs-diffs] master d44c854: * configure.ac (--with-lcms2, --without-lcms2): New options.
Date: Thu, 14 Sep 2017 15:24:02 -0400 (EDT)

branch: master
commit d44c8542af6388ebad67751d4a5cdf8db598746b
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    * configure.ac (--with-lcms2, --without-lcms2): New options.
---
 configure.ac | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 39f7cfb..c884716 100644
--- a/configure.ac
+++ b/configure.ac
@@ -343,6 +343,7 @@ OPTION_DEFAULT_ON([tiff],[don't compile with TIFF image 
support])
 OPTION_DEFAULT_ON([gif],[don't compile with GIF image support])
 OPTION_DEFAULT_ON([png],[don't compile with PNG image support])
 OPTION_DEFAULT_ON([rsvg],[don't compile with SVG image support])
+OPTION_DEFAULT_ON([lcms2],[don't compile with Little CMS support])
 OPTION_DEFAULT_ON([libsystemd],[don't compile with libsystemd support])
 OPTION_DEFAULT_OFF([cairo],[compile with Cairo drawing (experimental)])
 OPTION_DEFAULT_ON([xml2],[don't compile with XML parsing support])
@@ -3463,7 +3464,7 @@ if test "${with_lcms2}" != "no"; then
 fi
 if test "${HAVE_LCMS2}" = "yes"; then
   AC_DEFINE([HAVE_LCMS2], 1, [Define to 1 if you have the lcms2 library 
(-llcms2).])
-  ### ???
+  ### mingw32 doesn't use -llcms2, since it loads the library dynamically.
   if test "${opsys}" = "mingw32"; then
      LIBLCMS2=
   fi



reply via email to

[Prev in Thread] Current Thread [Next in Thread]