[cairo-bugs] [Bug 4823] New: test statements at end of configure
script use non-portable ==
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Oct 20 04:44:32 PDT 2005
Please do not reply to this email: if you want to comment on the bug, go to
the URL shown below and enter yourcomments there.
https://bugs.freedesktop.org/show_bug.cgi?id=4823
Summary: test statements at end of configure script use non-
portable ==
Product: cairo
Version: 1.0.2
Platform: HP
OS/Version: HP-UX
Status: NEW
Severity: normal
Priority: P2
Component: general
AssignedTo: cworth at cworth.org
ReportedBy: rkl at connect.org.uk
QAContact: cairo-bugs at cairographics.org
At the very end of the top-level configure script, there are a set of 6 test
statements that use "==" as a comparison. The /bin/sh shell in HP-UX 11.X
rejects this - it expects just one "=". It should be noted that all other test
statements in configure use the single "=". The configure.in script, of course,
has the same issue and is the file that will need fixing and then the configure
script re-generated from that.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
More information about the cairo-bugs
mailing list