Commit 3e9fd835 authored by James Almer's avatar James Almer

Merge commit 'c6496de3'

* commit 'c6496de3':
  configure: Move enabling libc_type into probe_libc() function
Merged-by: 's avatarJames Almer <jamrial@gmail.com>
parents 91df92e4 c6496de3
......@@ -5266,12 +5266,11 @@ test "$?" != 0 && check_${pfx}cc -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 <<
void *v = localtime_r;
EOF
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
......
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