]> granicus.if.org Git - neomutt/commit
Add idn to MUTTLIBS instead of LIBS (see #3638)
authorKevin McCarthy <kevin@8t8.us>
Mon, 17 Aug 2015 21:51:07 +0000 (14:51 -0700)
committerKevin McCarthy <kevin@8t8.us>
Mon, 17 Aug 2015 21:51:07 +0000 (14:51 -0700)
commit2a4b0d54a9a1826c7e212f532baab8e0e8812712
tree13ee0264e202cd14e77b8abbf064343292fdebce
parent7022ae3642a8dcdff3836f958e83941f449ccc3d
Add idn to MUTTLIBS instead of LIBS (see #3638)

Currently, -lidn is included while linking all the mutt binaries.  Add
it to MUTTLIBS instead so it's only used for the mutt linking.

Also, add $LIBICONV to $LIBS before checking for some of the idna
functions.  On some sytems, there are apparently issues when using
static linking. (Thanks to grarpamp for reporting).
configure.ac