From ca9578f3efdc386007f2c3ae914cb349cd4b3ca1 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Mon, 27 May 2002 17:48:28 +0000 Subject: [PATCH] I missed the setting of PREFIX_INCLUDE_DIR when I visually santity checked the output from a autoconfig run. --- gnu/usr.bin/cc/cc_tools/auto-host.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/usr.bin/cc/cc_tools/auto-host.h b/gnu/usr.bin/cc/cc_tools/auto-host.h index 3b5b0b87ab6..bd8af400a4c 100644 --- a/gnu/usr.bin/cc/cc_tools/auto-host.h +++ b/gnu/usr.bin/cc/cc_tools/auto-host.h @@ -87,7 +87,7 @@ /* #undef ssize_t */ /* Define if cpp should also search $prefix/include. */ -#define PREFIX_INCLUDE_DIR "NONE/include" +/* #define PREFIX_INCLUDE_DIR "NONE/include" */ /* Define if you have the __argz_count function. */ /* #undef HAVE___ARGZ_COUNT */