From 474a8ac6a0179126aff1361060eb6c4c64ee5bf5 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 14 Mar 2018 01:50:06 +0000 Subject: hardwire HAVE_{DCT,JPX}_DECODER to 1 git-svn-id: svn://tug.org/texlive/trunk@46958 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/libs/poppler/config.h.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Build/source/libs/poppler/config.h.in') 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 header file, and it defines `DIR'. @@ -28,7 +28,7 @@ /* Define to 1 if you have the 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. */ -- cgit v1.2.3