summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2012-11-28 13:59:20 +0100
committerJan Holesovsky <kendy@suse.cz>2012-11-28 17:04:20 +0100
commit332bd4296e9e6ba620122b69d8941338798a6c63 (patch)
treecc972c4cfbcdba446e98eccb7b1c102fa3d55847 /configure.ac
parent264cf8bffa598326b255e352d4e4a7a791cf8409 (diff)
MinGW: Bundle also the libpoppler-*.dll
Change-Id: I181e408e7bc585d93fbeb2ce76a32bc350845c91
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index c52316c8c28c..161a8d9af97c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9757,6 +9757,7 @@ if test "x$enable_pdfimport" != "xno"; then
CXXFLAGS=$save_CXXFLAGS
CPPFLAGS=$save_CPPFLAGS
AC_LANG_POP([C++])
+ libo_MINGW_CHECK_DLL([POPPLER], [libpoppler])
else
AC_MSG_RESULT([internal])
SYSTEM_POPPLER=NO
@@ -9771,6 +9772,7 @@ AC_SUBST(ENABLE_PDFIMPORT)
AC_SUBST(SYSTEM_POPPLER)
AC_SUBST(POPPLER_CFLAGS)
AC_SUBST(POPPLER_LIBS)
+AC_SUBST([MINGW_POPPLER_DLL])
AC_MSG_CHECKING([whether to build the Wiki Publisher extension])
if test "x$enable_ext_wiki_publisher" = "xyes" -a "x$enable_extension_integration" != "xno" -a "$with_java" != "no"; then