author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sat, 1 Aug 2015 11:22:07 +0000 (13:22 +0200) | ||
committer | Marc Fournier <marc.fournier@camptocamp.com> | |
Mon, 3 Aug 2015 21:13:30 +0000 (23:13 +0200) | ||
commit | ec2e074fd3af505875984dff66eb23c9b024f531 | |
tree | a702e487b9c0ea18f2d775d9540425c56d07bbff | tree | snapshot |
parent | 32bf93fec765301f43d725f5441bcb3cfd67f0e2 | commit | diff |
Fix varnish detection on FreeBSD
We look for varnish/vapi/vsc.h in /usr/include/varnish
but we should look for vapi/vsc.h
This is only an issue on FreeBSD since /usr/local/include is not
in the default search path.
We look for varnish/vapi/vsc.h in /usr/include/varnish
but we should look for vapi/vsc.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/varnish.c | diff | blob | history |