Commit f357ef2e authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '5db4e88e'

* commit '5db4e88e':
  configure: Detect Solaris libc in an OpenIndiana/illumos compatible way
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 892562e9 5db4e88e
......@@ -3876,7 +3876,7 @@ probe_libc(){
eval ${pfx}libc_type=klibc
elif check_${pfx}cpp_condition sys/cdefs.h "defined __BIONIC__"; then
eval ${pfx}libc_type=bionic
elif check_${pfx}cpp_condition sys/brand.h "defined SOLARIS_BRAND_NAME"; then
elif check_${pfx}cpp_condition sys/brand.h "defined LABELED_BRAND_NAME"; then
eval ${pfx}libc_type=solaris
add_${pfx}cppflags -D__EXTENSIONS__ -D_XOPEN_SOURCE=600
fi
......
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