]> granicus.if.org Git - mutt/commit
Add autoconf check for libunistring when checking for idn2.
authorKevin McCarthy <kevin@8t8.us>
Tue, 21 Aug 2018 22:00:23 +0000 (15:00 -0700)
committerKevin McCarthy <kevin@8t8.us>
Tue, 21 Aug 2018 22:00:23 +0000 (15:00 -0700)
commit78db40f25c6479b14da5a73adf7207bfbec5ccc5
tree3e7638dfe5ff66b3db6fe30200c908c4274dd881
parented9d7727dc705754871e31cb41420f0ea956495b
Add autoconf check for libunistring when checking for idn2.

-lunistring is only explicitly needed when compiling statically, so
add a AC_SEARCH_LIBS to add it to LIBS if it is found.

Thanks to Fabrice Fontaine for the heads-up about the problem and the
merge request.
configure.ac