diff options
| author | Eli Zaretskii | 2017-09-14 22:22:29 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2017-09-14 22:22:29 +0300 |
| commit | d44c8542af6388ebad67751d4a5cdf8db598746b (patch) | |
| tree | 1dd83dca107b76cb4b28b5bb1ca9206dafc3dc83 | |
| parent | 0d5f0a8d56bb7e15607c77a7d5d6e36776eff94d (diff) | |
| download | emacs-d44c8542af6388ebad67751d4a5cdf8db598746b.tar.gz emacs-d44c8542af6388ebad67751d4a5cdf8db598746b.zip | |
* configure.ac (--with-lcms2, --without-lcms2): New options.
| -rw-r--r-- | configure.ac | 3 |
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]) | |||
| 343 | OPTION_DEFAULT_ON([gif],[don't compile with GIF image support]) | 343 | OPTION_DEFAULT_ON([gif],[don't compile with GIF image support]) |
| 344 | OPTION_DEFAULT_ON([png],[don't compile with PNG image support]) | 344 | OPTION_DEFAULT_ON([png],[don't compile with PNG image support]) |
| 345 | OPTION_DEFAULT_ON([rsvg],[don't compile with SVG image support]) | 345 | OPTION_DEFAULT_ON([rsvg],[don't compile with SVG image support]) |
| 346 | OPTION_DEFAULT_ON([lcms2],[don't compile with Little CMS support]) | ||
| 346 | OPTION_DEFAULT_ON([libsystemd],[don't compile with libsystemd support]) | 347 | OPTION_DEFAULT_ON([libsystemd],[don't compile with libsystemd support]) |
| 347 | OPTION_DEFAULT_OFF([cairo],[compile with Cairo drawing (experimental)]) | 348 | OPTION_DEFAULT_OFF([cairo],[compile with Cairo drawing (experimental)]) |
| 348 | OPTION_DEFAULT_ON([xml2],[don't compile with XML parsing support]) | 349 | OPTION_DEFAULT_ON([xml2],[don't compile with XML parsing support]) |
| @@ -3463,7 +3464,7 @@ if test "${with_lcms2}" != "no"; then | |||
| 3463 | fi | 3464 | fi |
| 3464 | if test "${HAVE_LCMS2}" = "yes"; then | 3465 | if 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 |