configure: Move enabling libc_type into probe_libc() function
This commit is contained in:
parent
b46a77f19d
commit
c6496de334
1 changed files with 1 additions and 2 deletions
3
configure
vendored
3
configure
vendored
|
|
@ -4147,12 +4147,11 @@ EOF
|
|||
eval ${pfx}libc_type=default
|
||||
add_${pfx}cppflags -D_DEFAULT_SOURCE
|
||||
fi
|
||||
eval test -n "\${${pfx}libc_type}" && enable ${pfx}libc_${libc_type}
|
||||
}
|
||||
|
||||
probe_libc
|
||||
test -n "$libc_type" && enable libc_$libc_type
|
||||
probe_libc host_
|
||||
test -n "$host_libc_type" && enable host_libc_$host_libc_type
|
||||
|
||||
# hacks for compiler/libc/os combinations
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue