[cairo-bugs] [Bug 19283] typo in check for version of freetype in configure script

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Dec 25 09:26:25 PST 2008


http://bugs.freedesktop.org/show_bug.cgi?id=19283





--- Comment #1 from Pavel Petrovic <ppetrovic at acm.org>  2008-12-25 09:26:24 PST ---

> 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).


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the cairo-bugs mailing list