diff options
author | Karl Berry <karl@freefriends.org> | 2018-03-14 01:50:06 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-03-14 01:50:06 +0000 |
commit | 474a8ac6a0179126aff1361060eb6c4c64ee5bf5 (patch) | |
tree | d796d90bd4b48d71bfc6d0931f50cf72f0908e33 /Build/source/libs/poppler/config.h.in | |
parent | b8ef11ffc4a02b32c70b6520b185c3bac68dc08c (diff) |
hardwire HAVE_{DCT,JPX}_DECODER to 1
git-svn-id: svn://tug.org/texlive/trunk@46958 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/poppler/config.h.in')
-rw-r--r-- | Build/source/libs/poppler/config.h.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/libs/poppler/config.h.in b/Build/source/libs/poppler/config.h.in index c598ea143ff..f33427bc400 100644 --- a/Build/source/libs/poppler/config.h.in +++ b/Build/source/libs/poppler/config.h.in @@ -6,7 +6,7 @@ /* define if the compiler supports basic C++11 syntax */ #undef HAVE_CXX11 -/* Do we have any DCT decoder?. */ +/* Do we have any DCT decoder? */ #undef HAVE_DCT_DECODER /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. @@ -28,7 +28,7 @@ /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H -/* Do we have any JPX decoder?. */ +/* Do we have any JPX decoder? */ #undef HAVE_JPX_DECODER /* Define to 1 if you have the `localtime_r' function. */ |