]> git.ipfire.org Git - thirdparty/kmod.git/commit
build: define to 0 if builtin is not available
authorLucas De Marchi <lucas.demarchi@intel.com>
Tue, 10 Feb 2015 12:32:10 +0000 (10:32 -0200)
committerLucas De Marchi <lucas.demarchi@intel.com>
Tue, 10 Feb 2015 12:32:10 +0000 (10:32 -0200)
commit14c3244f04002380d94903b661b93185c158077b
treea3f54403d3361bfac2bf5b31e43de1be353e5885
parent67466f266d4209744a2f6f3e8e92672110be1df3
build: define to 0 if builtin is not available

In order to let us use "#if HAVE__BUILTIN_*" without checking if it's
actually define, make sure we define it to 0 in config.h when the
function is not available.
m4/attributes.m4