Use AC_CHECK_LIB instead of AC_SEARCH_LIBS, to prevent adding -larchive to global...
authorAndrej Kacian <ticho@claws-mail.org>
Mon, 22 Dec 2014 18:42:55 +0000 (19:42 +0100)
committerAndrej Kacian <ticho@claws-mail.org>
Mon, 22 Dec 2014 18:42:55 +0000 (19:42 +0100)
commit22e05b492f09ed1d20cd48e1917d1dead0fc248e
tree4a754897b07f9f3441b3c29e24e19a734cd97b53
parentb018455356c552441128c1004be4633b9947ff7a
Use AC_CHECK_LIB instead of AC_SEARCH_LIBS, to prevent adding -larchive to global LIBS variable. This gets rid of superfluous dynamic link against libarchive in all built executables (claws-mail and plugins).
configure.ac