summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-09-20 01:12:17 +0300
committerTor Lillqvist <tml@collabora.com>2014-09-20 01:12:17 +0300
commit09f5eed074e6dd8474447bce5ba7ca9bd8198757 (patch)
tree22bc6213ac768b391c7d19af6c1f27596dc120ec /configure.ac
parentbeb30bbd867f9a28878e0d004458c3507f6c0956 (diff)
This test was the wrong way surely?
Change-Id: I3470fbd2992cd96a772452d75fb2f0320bb529bf
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 e5b4d029c9dc..b3bb9bac1264 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12732,7 +12732,7 @@ if test "$enable_mpl_subset" = "yes"; then
AC_MSG_ERROR([need to --disable-ext-mariadb-connector - mariadb/mysql support.])
fi
if test -n "$ENABLE_PDFIMPORT"; then
- if test "x$SYSTEM_POPPLER" != "xNO"; then
+ if test "x$SYSTEM_POPPLER" = "xNO"; then
AC_MSG_ERROR([need to disable PDF import via poppler or use system library])
fi
fi