summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
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 218ff2c2..1094e61b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -234,7 +234,7 @@ elif test x$enable_poppler_qt = xtry; then
enable_poppler_qt="no"
fi
fi
-AM_CONDITIONAL(BUILD_POPPLER_QT, test x$enable_poppler_glib = xyes)
+AM_CONDITIONAL(BUILD_POPPLER_QT, test x$enable_poppler_qt = xyes)
dnl Qt flags
AC_SUBST(POPPLER_QT_CXXFLAGS)