Opened 14 years ago
Closed 14 years ago
#321 closed defect/bug (fixed)
configure.in - extraneous quotes in SVG2PNG_CONVERTER processing
Reported by: | Pini | Owned by: | KaZeR |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | core | Version: | git master |
Severity: | Keywords: | ||
Cc: | gilles.filippini@… |
Description
Hello,
Please find attached a small patch to remove extraneous quotes in AC_PATH_PROGS for SVG2PNG_CONVERTER.
With the quotes set only the first prog is checked and the others are ignored.
Thanks.
Attachments (1)
Change History (3)
Changed 14 years ago by Pini
comment:1 Changed 14 years ago by Pini
- Cc gilles.filippini@… added
comment:2 Changed 14 years ago by Singesang
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Applied in r2144. Thanks for the hint.