[poppler] 2 commits - configure.ac poppler/poppler-config.h.cmake
Albert Astals Cid
aacid at kemper.freedesktop.org
Thu Mar 29 10:49:49 PDT 2012
configure.ac | 2 +-
poppler/poppler-config.h.cmake | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit e9ad888b003d343d8ca60f044c7cf10a8df81cf4
Author: Albert Astals Cid <aacid at kde.org>
Date: Thu Mar 29 19:49:34 2012 +0200
Add quotes to the poppler version define
diff --git a/poppler/poppler-config.h.cmake b/poppler/poppler-config.h.cmake
index 40a3c4a..94a12aa 100644
--- a/poppler/poppler-config.h.cmake
+++ b/poppler/poppler-config.h.cmake
@@ -16,7 +16,7 @@
/* Defines the poppler version */
#ifndef POPPLER_VERSION
-#define POPPLER_VERSION ${POPPLER_VERSION}
+#define POPPLER_VERSION "${POPPLER_VERSION}"
#endif
/* Enable multithreading support. */
commit 8172bb03b6e8f1c16e1a152fb251b10446f54129
Author: Peter Breitenlohner <peb at mppmu.mpg.de>
Date: Mon Mar 26 11:13:34 2012 +0200
define POPPLER_VERSION as C string
Signed-off-by: Peter Breitenlohner <peb at mppmu.mpg.de>
diff --git a/configure.ac b/configure.ac
index a416b4c..e77f7ed 100644
--- a/configure.ac
+++ b/configure.ac
@@ -41,7 +41,7 @@ dnl ##### Check for pkgconfig
PKG_PROG_PKG_CONFIG
dnl ##### Export the version
-AC_DEFINE([POPPLER_VERSION], [poppler_version], [Defines the poppler version])
+AC_DEFINE_UNQUOTED([POPPLER_VERSION], ["poppler_version"], [Defines the poppler version])
dnl Enable these unconditionally.
AC_DEFINE([OPI_SUPPORT], [1], [Generate OPI comments in PS output.])
More information about the poppler
mailing list