#543 closed defect (fixed)
$inc_extra better written $_inc_extra in configure test for libcaca
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Component: | build system |
Version: | HEAD | Severity: | normal |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Reproduced by developer: | no | Analyzed by developer: | no |
Description
In configure, during the test for libcaca, there is the following assignment:
_inc_extra="$inc_extra caca-config --cflags
"
It should be written with $_inc_extra instead of $inc_extra. As it is now, it
forgets all previous extra include dirs.
Note:
See TracTickets
for help on using tickets.
Oops, that was a stupid typo, fixed.