Commit c6496de3 authored by Diego Biurrun's avatar Diego Biurrun

configure: Move enabling libc_type into probe_libc() function

parent b46a77f1
...@@ -4147,12 +4147,11 @@ EOF ...@@ -4147,12 +4147,11 @@ EOF
eval ${pfx}libc_type=default eval ${pfx}libc_type=default
add_${pfx}cppflags -D_DEFAULT_SOURCE add_${pfx}cppflags -D_DEFAULT_SOURCE
fi fi
eval test -n "\${${pfx}libc_type}" && enable ${pfx}libc_${libc_type}
} }
probe_libc probe_libc
test -n "$libc_type" && enable libc_$libc_type
probe_libc host_ probe_libc host_
test -n "$host_libc_type" && enable host_libc_$host_libc_type
# hacks for compiler/libc/os combinations # hacks for compiler/libc/os combinations
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment