On 18/10/2017 03:22, Diego Biurrun wrote:
---
  configure | 3 +--
  1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/configure b/configure
index e45b3201fc..135417e988 100755
--- a/configure
+++ b/configure
@@ -4144,12 +4144,11 @@ EOF
          eval ${pfx}libc_type=default
          add_${pfx}cppflags -D_DEFAULT_SOURCE
      fi
+    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

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

Reply via email to