Commit 197252f1 authored by Diego Biurrun's avatar Diego Biurrun

configure: Add a comment indicating why uclibc is checked before glibc

parent 29f1fa74
......@@ -3035,6 +3035,7 @@ esac
# determine libc flavour
# uclibc defines __GLIBC__, so it needs to be checked before glibc.
if check_cpp_condition features.h "defined __UCLIBC__"; then
libc_type=uclibc
add_cppflags -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600
......
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