Bug 65709 - "./configure: line 21135: test: too many arguments" when building without cairo
Summary: "./configure: line 21135: test: too many arguments" when building without cairo
Status: RESOLVED FIXED
Alias: None
Product: poppler
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
Hardware: All All
: medium trivial
Assignee: poppler-bugs
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-13 13:28 UTC by Jakub Wilk
Modified: 2013-06-15 15:22 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Jakub Wilk 2013-06-13 13:28:50 UTC
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)"
Comment 1 Albert Astals Cid 2013-06-15 15:22:23 UTC
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.