]> git.ipfire.org Git - thirdparty/kmod.git/commit
build: check for required builtin functions
authorLucas De Marchi <lucas.demarchi@intel.com>
Tue, 10 Feb 2015 02:45:11 +0000 (00:45 -0200)
committerLucas De Marchi <lucas.demarchi@intel.com>
Tue, 10 Feb 2015 02:45:42 +0000 (00:45 -0200)
commite6307200af74d1556466522216e8ae77b7c8b843
tree752e3ed562011f36ea380ac1ed1766974c9c1bb5
parentba52c77e04b0f2d5a9ebee147f4445ac8b1f2b2a
build: check for required builtin functions

These builtins are implemented by both gcc and clang since a long time
and we don't provide fallback for them. Let the configure phase check
for them.
configure.ac
m4/attributes.m4