patch from Steven Jenkins <steven.jenkins@ieee.org>:
authorFrank Mori Hess <fmhess@speakeasy.net>
Tue, 23 Nov 2004 01:18:14 +0000 (01:18 +0000)
committerFrank Mori Hess <fmhess@speakeasy.net>
Tue, 23 Nov 2004 01:18:14 +0000 (01:18 +0000)
commit0942349bb8879ede9c4e7a09512af09b2a89a467
tree00e3884d5dd8d5e90ee66b7e4865188a3920b3e7
parent4cff0c973ef9396ce29c0eb35c76aa061056e72d
patch from Steven Jenkins <steven.jenkins@ieee.org>:

If configure attempts to build the Ruby extension on a system without a previous
installation of comedilib, compilation fails because gcc can't find comedilib.h.

The attached patch adds the distribution include directory to the gcc search
path when compiling the extension.
swig/ruby/Makefile.am
swig/ruby/ext/extconf.rb