summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2013-07-08 19:07:55 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2013-07-08 19:08:37 +0200
commitb1f7dd66b898b03cb4bd8d434b6370310ea95946 (patch)
tree66d5b92804a08f34fe026df94126b06dd2f3beab /configure.ac
parent4a9a2c0ed10608d1afcaebaf8bd25059b7a3f4be (diff)
Use a real name of the library
Change-Id: I5f9ec12b507e332d304b931ddb31103ee3f0766d
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 2ac5cd485888..69479c3f2334 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11993,7 +11993,7 @@ if test "$enable_mpl_subset" = "yes"; then
fi
if test "x$ENABLE_PDFIMPORT" != "xFALSE"; then
if test "x$SYSTEM_POPPLER" != "xNO"; then
- AC_MSG_ERROR([need to disable PDF import via xpdf/poplar or use system library])
+ AC_MSG_ERROR([need to disable PDF import via poppler or use system library])
fi
fi
# cf. m4/libo_check_extension.m4