summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorMatthias Kramm <kramm@quiss.org>2009-08-15 22:39:16 +0200
committerMatthias Kramm <kramm@quiss.org>2009-08-15 22:39:16 +0200
commit580c48fef10df9184cf2728338e89f7db0fef2f5 (patch)
treea1b126828bbde6d6bb3099e4f805e275408cc49d /config.h.in
parent5c336b4f7017fb121fc2cbe2a02c1fa56986b560 (diff)
added pdf2pdf tool
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/config.h.in b/config.h.in
index 57052d96..e91ada77 100644
--- a/config.h.in
+++ b/config.h.in
@@ -130,6 +130,9 @@
/* Define if you have the <zlib.h> header file. */
#undef HAVE_ZLIB_H
+/* Define if you have the <pdflib.h> header file. */
+#undef HAVE_PDFLIB_H
+
/* Define if you have the <avifile/version.h> header file. */
#undef HAVE_AVIFILE_VERSION_H
@@ -161,9 +164,11 @@
#undef HAVE_OUTPUTDEV_H
/* Define if you have the jpeg library (-ljpeg). */
-/* Define if you have the jpeg library (-ljpeg). */
#undef HAVE_LIBJPEG
+/* Define if you have the jpeg library (-ljpeg). */
+#undef HAVE_LIBPDF
+
/* Define if you have the m library (-lm). */
#undef HAVE_LIBM