made c-compiler configurable, and added /usr/local as include path for cc and c++ tests

This commit is contained in:
Olof Hagsand 2020-07-10 13:21:49 +00:00
parent 53deedc242
commit 94bf490a79
4 changed files with 5 additions and 6 deletions

View file

@ -4,4 +4,5 @@
WITH_RESTCONF=@with_restconf@ # evhtp, fcgi or ""
WITH_LIBXML2=@with_libxml2@ # yes or ""
CXX=@CXX@
CC=@CC@