Summary: | typo in check for version of freetype in configure script | ||
---|---|---|---|
Product: | cairo | Reporter: | Pavel Petrovic <ppetrovic> |
Component: | general | Assignee: | Chris Wilson <chris> |
Status: | RESOLVED FIXED | QA Contact: | cairo-bugs mailing list <cairo-bugs> |
Severity: | normal | ||
Priority: | medium | ||
Version: | 1.8.5 | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Pavel Petrovic
2008-12-25 09:14:49 UTC
> Current version:
>
> {printf("%d\n", 10000* + 100* + )};
>
>
> The following fix produced correct behavior:
>
> {printf("%d\n", 10000*\$0 + 100*\$1 + \$2)};
sorry, it did result in configure completing correctly, but the line
should probably look like this:
{printf("%d\n", 10000*$1 + 100*$2 + $3)};
(and the same is on the following line).
This is fixed by: commit 333158ec85cf3c610cc8965fc3f99d72b534cc2e Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Jan 2 15:36:39 2009 +0000 [configure] Replace awk comparator with an aclocal version on trunk, but I need to decide how to apply this to 1.8. Pushed to 1.8: 7f08a2c241bf2c615317cd6741c3e560a8bef1e6 |
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.