Add check for existance of <linux/semaphore.h> header and define the
authorIan Abbott <abbotti@mev.co.uk>
Mon, 26 Jul 2010 11:12:19 +0000 (11:12 +0000)
committerIan Abbott <abbotti@mev.co.uk>
Mon, 26 Jul 2010 11:12:19 +0000 (11:12 +0000)
commitdafee5a9a82de87b91e6feae55c9fdbb336e13c5
tree3d25e79e4b206d68a06f97be227535b817551b0e
parent7ca6e6d98d4cd2fb2749e11e41532f6203ba3950
Add check for existance of <linux/semaphore.h> header and define the
CONFIG_COMEDI_HAVE_LINUX_SEMAPHORE_H macro in config.h if present. Note
<linux/semaphore.h> was added in kernel version 2.6.26, replacing
<asm/semaphore.h>.  We need a compatibility header for it.
configure.ac
m4/as-linux.m4