]> granicus.if.org Git - mutt/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)
commitb8c7742ccd340cd46b5c68b6e34951d46e1b5bd5
tree13ee0264e202cd14e77b8abbf064343292fdebce
parentbd10b0f6ec4fa81871b4bbdff16e2fb2da0b8c53
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