---

This should hopefully fix the current FATE failures.  No way to test it,
though ...

 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index f099e75..87ab32a 100755
--- a/configure
+++ b/configure
@@ -3437,7 +3437,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
-- 
1.8.3.2

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to