author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sat, 1 Aug 2015 09:46:45 +0000 (11:46 +0200) | ||
committer | Marc Fournier <marc.fournier@camptocamp.com> | |
Mon, 3 Aug 2015 21:15:02 +0000 (23:15 +0200) | ||
commit | 6124da7a48f28f54fc09ebeb942d1037516fe6ab | |
tree | 0464dafdb887a438353627e9e3678db71b03dc51 | tree | snapshot |
parent | c1c5087fd5d9e66427cee8c98c523519d578bee6 | commit | diff |
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.
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 | diff | blob | history | |
src/modbus.c | diff | blob | history |