r17566: test if the compiler support inline, this results
commit687d69af6228d159a0dfc59c44eb0a1349a51f2b
authorStefan Metzmacher <metze@samba.org>
Wed, 16 Aug 2006 06:11:22 +0000 (16 06:11 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:15:37 +0000 (10 14:15 -0500)
tree2f4bc90629e98ad50836eb0de5b01aae5a32e110
parentdc0e22a52e3488a4cb9f17138389885183e90c34
r17566: test if the compiler support inline, this results
in

#define inline

if the compiler doesn't support it

This hopefully fix the build on some hosts,
however we should not start to use inline in our
code this is more to not need to touch imported files
from heimdal or popt.

metze
source/build/m4/check_cc.m4