Applied patch from Ben Gardiner (blg at mast dot queensu dot ca):
authorIan Abbott <abbotti@mev.co.uk>
Wed, 5 Jul 2006 11:30:26 +0000 (11:30 +0000)
committerIan Abbott <abbotti@mev.co.uk>
Wed, 5 Jul 2006 11:30:26 +0000 (11:30 +0000)
commitcbef3d440a82199594d819ea36029c724a38c343
tree704b4c4797bf8aae6eda5fedb4c2da2f0126f4ae
parent68242e134be3f62664aee7e37b0a66ae4d95b83f
Applied patch from Ben Gardiner (blg at mast dot queensu dot ca):

It appears as though the changes were applied only to configure.ac.

In the current state, setting --disable-rtai will not avoid the check for the
presence of an rtai directory (line 16 in m4/rtai.m4) if the user has an
adeos/ipipe enabled kernel.

In the situation where the users has an adeos/ipipe enabled kernel, and a
non-standard rtai directory and does not wish to build comedi with rtai support
supplying --disable-rtai is not sufficient to complete the configuration script
without error. An additional --with-rtaidir=/non/standard/dir/ must be
specified. This seems counter-intuitive since the user has already supplied the
 --disable-rtai option.
m4/rtai.m4