aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2017-09-14 22:22:29 +0300
committerEli Zaretskii2017-09-14 22:22:29 +0300
commitd44c8542af6388ebad67751d4a5cdf8db598746b (patch)
tree1dd83dca107b76cb4b28b5bb1ca9206dafc3dc83
parent0d5f0a8d56bb7e15607c77a7d5d6e36776eff94d (diff)
downloademacs-d44c8542af6388ebad67751d4a5cdf8db598746b.tar.gz
emacs-d44c8542af6388ebad67751d4a5cdf8db598746b.zip
* configure.ac (--with-lcms2, --without-lcms2): New options.
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 39f7cfb8978..c88471657f6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -343,6 +343,7 @@ OPTION_DEFAULT_ON([tiff],[don't compile with TIFF image support])
343OPTION_DEFAULT_ON([gif],[don't compile with GIF image support]) 343OPTION_DEFAULT_ON([gif],[don't compile with GIF image support])
344OPTION_DEFAULT_ON([png],[don't compile with PNG image support]) 344OPTION_DEFAULT_ON([png],[don't compile with PNG image support])
345OPTION_DEFAULT_ON([rsvg],[don't compile with SVG image support]) 345OPTION_DEFAULT_ON([rsvg],[don't compile with SVG image support])
346OPTION_DEFAULT_ON([lcms2],[don't compile with Little CMS support])
346OPTION_DEFAULT_ON([libsystemd],[don't compile with libsystemd support]) 347OPTION_DEFAULT_ON([libsystemd],[don't compile with libsystemd support])
347OPTION_DEFAULT_OFF([cairo],[compile with Cairo drawing (experimental)]) 348OPTION_DEFAULT_OFF([cairo],[compile with Cairo drawing (experimental)])
348OPTION_DEFAULT_ON([xml2],[don't compile with XML parsing support]) 349OPTION_DEFAULT_ON([xml2],[don't compile with XML parsing support])
@@ -3463,7 +3464,7 @@ if test "${with_lcms2}" != "no"; then
3463fi 3464fi
3464if test "${HAVE_LCMS2}" = "yes"; then 3465if test "${HAVE_LCMS2}" = "yes"; then
3465 AC_DEFINE([HAVE_LCMS2], 1, [Define to 1 if you have the lcms2 library (-llcms2).]) 3466 AC_DEFINE([HAVE_LCMS2], 1, [Define to 1 if you have the lcms2 library (-llcms2).])
3466 ### ??? 3467 ### mingw32 doesn't use -llcms2, since it loads the library dynamically.
3467 if test "${opsys}" = "mingw32"; then 3468 if test "${opsys}" = "mingw32"; then
3468 LIBLCMS2= 3469 LIBLCMS2=
3469 fi 3470 fi