blob: e936c70ad720d629284d4f47a5683a67ef66eb40 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
diff -ur poppler-0.18.4.orig/poppler/poppler-config.h.in poppler-0.18.4/poppler/poppler-config.h.in
--- poppler-0.18.4.orig/poppler/poppler-config.h.in 2012-02-15 18:23:06.000000000 +0100
+++ poppler-0.18.4/poppler/poppler-config.h.in 2012-02-23 11:09:01.791684462 +0100
@@ -14,6 +14,11 @@
// around #undef look odd, but it's to silence warnings about
// redefining those symbols.
+/* Define to the poppler version. */
+#ifndef POPPLER_VERSION
+#undef POPPLER_VERSION
+#endif
+
/* Enable multithreading support. */
#ifndef MULTITHREADED
#undef MULTITHREADED
|