summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-05-27 17:48:28 +0000
committerobrien <obrien@FreeBSD.org>2002-05-27 17:48:28 +0000
commit59f416fcf0feea2c0fd871a4e1437522d5b84392 (patch)
tree4a6d5d7ee1f7fbd802d1735d9857235a8a391706 /gnu
parentd542ec16a8d4b403bf9b331d414c03156d9a74cf (diff)
downloadFreeBSD-src-59f416fcf0feea2c0fd871a4e1437522d5b84392.zip
FreeBSD-src-59f416fcf0feea2c0fd871a4e1437522d5b84392.tar.gz
I missed the setting of PREFIX_INCLUDE_DIR when I visually santity checked
the output from a autoconfig run.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/cc/cc_tools/auto-host.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/cc/cc_tools/auto-host.h b/gnu/usr.bin/cc/cc_tools/auto-host.h
index 3b5b0b8..bd8af40 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 */
OpenPOWER on IntegriCloud