Configure: default incpth to usrinc
authorBrian Fraser <fraserbn@gmail.com>
Wed, 15 Jan 2014 12:14:46 +0000 (09:14 -0300)
committerBrian Fraser <fraserbn@gmail.com>
Wed, 15 Jan 2014 12:19:00 +0000 (09:19 -0300)
commit6dc21504593aabb8186373ad76fe30fcddff1a20
treeebda262dd1a7b386dde9dd412effdb9d82377333
parent183ebedc441758d502ed8678d776c38a97aa6cb2
Configure: default incpth to usrinc

A previous commit made findhdr use incpth instead of just usrinc;
however, at the moment, incpth is not being filled for non-gcc
compatible compilers, and so broke the build for those.

This commit makes incpth default to usrinc, which means that
if for whatever reason incpth is not filled, findhdr will still
function as it did before.
Configure