summaryrefslogtreecommitdiff
path: root/Build/source/libs/poppler/config.h.in
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-03-14 01:50:06 +0000
committerKarl Berry <karl@freefriends.org>2018-03-14 01:50:06 +0000
commit474a8ac6a0179126aff1361060eb6c4c64ee5bf5 (patch)
treed796d90bd4b48d71bfc6d0931f50cf72f0908e33 /Build/source/libs/poppler/config.h.in
parentb8ef11ffc4a02b32c70b6520b185c3bac68dc08c (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.in4
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. */