Bug in AX_APPEND_LINK_FLAGS
Peter De Wachter <[email protected]>
| Newsgroups | gmane.comp.sysutils.autoconf.archive-maintainers |
|---|---|
| Message-ID | <[email protected]> |
Hi,
If you do something like:
AX_APPEND_LINK_FLAGS([--foo])
configure prints a bogus extra line:
checking whether the linker accepts ... yes
checking whether the linker accepts --foo... yes
This bug is introduced by commit 7d5e9315: serial 3 (the current
version) has this bug, serial 2 not.
Best regards,
Peter De Wachter