]> granicus.if.org Git - neomutt/commit
configure: remove MUTTLIBS 665/head
authorDamien Riegel <damien.riegel@gmail.com>
Fri, 7 Jul 2017 21:55:21 +0000 (17:55 -0400)
committerRichard Russon <rich@flatcap.org>
Fri, 14 Jul 2017 11:27:00 +0000 (12:27 +0100)
commitabfe0f14d2c98d17a2ce39e14a377782e1aa732d
treef7971b9d13cf86e3cd1d94ce6bf6806ee647c63f
parentbec6047a955379fa6476e641d28cbd837ab70397
configure: remove MUTTLIBS

It's not clear to anyone why this variable existed in the first place,
so it was decided that it should be removed.

Most of the time, AC_CHECK_LIB and AC_SEARCH_LIBS will already alter
LIBS to prepend to it the found library, so there is no real reason to
duplicate this mechanism.

Some manual assignments have been kept because either the
action-if-found was set to no-op, or because new found libraries were
appended to MUTTLIBS, so this keeps the diff minimal with the same
"behaviour".

See issue #552
Makefile.am
configure.ac