Configure: use incpth, not usrinc, to search for headers.
authorBrian Fraser <fraserbn@gmail.com>
Sat, 11 Jan 2014 05:50:47 +0000 (02:50 -0300)
committerBrian Fraser <fraserbn@gmail.com>
Tue, 14 Jan 2014 02:51:48 +0000 (23:51 -0300)
commitc6fe3211fa33aa68aae52c93ae02166eb9df3057
treee2880f8da38dafd8d0a4b243aa3a2b7c5e0fbc03
parentadc21b10239e0ac46cbae25f31eec34c98a8c400
Configure: use incpth, not usrinc, to search for headers.

incpth is all the paths that will eventually be used by the compiler to
search for headers; usrinc is the first of those paths to have all three
of errno.h, stdio.h, and time.h inside.
Configure