From: Michael Jeanson Date: Thu, 11 May 2017 16:13:16 +0000 (-0400) Subject: Cleanup: kmod library detection X-Git-Tag: v2.11.0-rc1~542 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=83dcc0261a9cb44d9c5a25318e057a1aec6518a0;hp=83dcc0261a9cb44d9c5a25318e057a1aec6518a0;p=lttng-tools.git Cleanup: kmod library detection Simplify kmod detection code and use a variable to store the detected lib instead of using the global LIBS variable. Also remove the --with-kmod-prefix configure option since we don't offer it for other libs and it's based on user variables which the build system shouldn't be messing with. Signed-off-by: Michael Jeanson Signed-off-by: Jérémie Galarneau ---