Fix libmodbus detection on FreeBSD
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Sat, 1 Aug 2015 09:46:45 +0000 (11:46 +0200)
committerMarc Fournier <marc.fournier@camptocamp.com>
Mon, 3 Aug 2015 21:15:02 +0000 (23:15 +0200)
commit6124da7a48f28f54fc09ebeb942d1037516fe6ab
tree0464dafdb887a438353627e9e3678db71b03dc51
parentc1c5087fd5d9e66427cee8c98c523519d578bee6
Fix libmodbus detection on FreeBSD

We look for modbus/modbus.h in /usr/local/include/modbus
but we should look for modbus.h

This is only an issue on FreeBSD since /usr/local/include is not
in the default search path.
configure.ac
src/modbus.c