summaryrefslogtreecommitdiff
path: root/config/libc.in
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-07-06 07:25:30 (GMT)
committerAlexey Neyman <stilor@att.net>2017-07-08 17:57:56 (GMT)
commit4000e1def3d48571e52200cd0c0e0010b9ca139f (patch)
tree6346e754ca0dbc1ea566ff9af11cf4e6f55aa298 /config/libc.in
parentae71ce41063334796b20eb8b834225b2521fedc3 (diff)
Also upgrade non-generated config files
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config/libc.in')
-rw-r--r--config/libc.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/libc.in b/config/libc.in
index 8e990c3..c132fc6 100644
--- a/config/libc.in
+++ b/config/libc.in
@@ -30,7 +30,7 @@ config THREADS
string
default "none" if THREADS_NONE
-if ! LIBC_none
+if ! LIBC_NONE
comment "Common C library options"
@@ -106,6 +106,6 @@ config LIBC_XLDD
for the native ldd. Please see the help, by running it
with '--help' for more explanations.
-endif # ! LIBC_none
+endif # ! LIBC_NONE
endmenu