Merge commit 'c6496de33456f20144b994ac38f308f2de333608'
* commit 'c6496de33456f20144b994ac38f308f2de333608': configure: Move enabling libc_type into probe_libc() function Merged-by: James Almer <jamrial@gmail.com>
This commit is contained in:
3
configure
vendored
3
configure
vendored
@@ -5266,12 +5266,11 @@ test "$?" != 0 && check_${pfx}cc -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 <<
|
|||||||
void *v = localtime_r;
|
void *v = localtime_r;
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user