From: Ruben Kerkhof Date: Wed, 30 Oct 2019 08:19:19 +0000 (+0100) Subject: Merge pull request #3329 from efuss/fix-3311 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=48efd3deb4c9139fd060ff3d289896e9031bcc7c;hp=b1ca0c41051aa0465bce2397021e1cfd14084388;p=collectd.git Merge pull request #3329 from efuss/fix-3311 Fix libtokyotyrant handling --- diff --git a/configure.ac b/configure.ac index 59a7f355..40ccafe3 100644 --- a/configure.ac +++ b/configure.ac @@ -5399,7 +5399,7 @@ AC_ARG_WITH([libtokyotyrant], with_libtokyotyrant="$withval" else with_libtokyotyrant_cppflags="-I$withval/include" - with_libtokyotyrant_ldflags="-L$withval/include" + with_libtokyotyrant_ldflags="-L$withval/lib" with_libtokyotyrant_libs="-ltokyotyrant" with_libtokyotyrant="yes" fi