Code

Fix varnish detection on FreeBSD
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Sat, 1 Aug 2015 11:22:07 +0000 (13:22 +0200)
committerMarc Fournier <marc.fournier@camptocamp.com>
Mon, 3 Aug 2015 21:13:30 +0000 (23:13 +0200)
commitec2e074fd3af505875984dff66eb23c9b024f531
treea702e487b9c0ea18f2d775d9540425c56d07bbff
parent32bf93fec765301f43d725f5441bcb3cfd67f0e2
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.
configure.ac
src/varnish.c