summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/pdftexdir/utils.c
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2019-12-30 00:37:32 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2019-12-30 00:37:32 +0000
commitbd7235b8305d702be89451b252160be0d8216653 (patch)
tree5ae0240eb9360619aaed8ea7970df893ea28557b /Build/source/texk/web2c/pdftexdir/utils.c
parentfa514a942dd370d7fdf62ad1f6e623e89ed80f6b (diff)
Not include poppler-config.h, by assuming that POPPLER_VERSION is defined properly
git-svn-id: svn://tug.org/texlive/trunk@53259 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/pdftexdir/utils.c')
-rw-r--r--Build/source/texk/web2c/pdftexdir/utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/pdftexdir/utils.c b/Build/source/texk/web2c/pdftexdir/utils.c
index c93a878199d..7f5e50416b7 100644
--- a/Build/source/texk/web2c/pdftexdir/utils.c
+++ b/Build/source/texk/web2c/pdftexdir/utils.c
@@ -33,7 +33,7 @@ with this program. If not, see <http://www.gnu.org/licenses/>.
#include "ptexlib.h"
#include <png.h>
#ifdef POPPLER_VERSION
-#include <poppler-config.h>
+/* POPPLER_VERSION should be a proper version string */
#define xpdfVersion POPPLER_VERSION
#define xpdfString "poppler"
#else