I get this when trying to configure Poppler 0.23.2 without cairo installed: checking for CAIRO... no ./configure: line 21135: test: too many arguments The line in question is: if test x$use_cairo = x; then It fails because $use_cairo contains a space: "no (requires cairo >= 1.10.0)"
There's no problem, it'll be fixed in next 0.23 release though.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.