From c6fe3211fa33aa68aae52c93ae02166eb9df3057 Mon Sep 17 00:00:00 2001 From: Brian Fraser Date: Sat, 11 Jan 2014 02:50:47 -0300 Subject: [PATCH] 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configure b/Configure index ec724ce..ffd2174 100755 --- a/Configure +++ b/Configure @@ -5467,7 +5467,7 @@ $cat >findhdr <