diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-12-14 22:07:26 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-12-14 22:14:01 +0100 |
commit | f357ef2e0ce189955f1a7681ae658432efeb17b3 (patch) | |
tree | e22c6728efa4ddeec177460a28e1e83c4348939c /configure | |
parent | 892562e9218b0ae55c5ad7abb5b49bafcdc922ff (diff) | |
parent | 5db4e88ecd32485341f6150c00f5ee5bfa74f62d (diff) | |
download | ffmpeg-f357ef2e0ce189955f1a7681ae658432efeb17b3.tar.gz |
Merge commit '5db4e88ecd32485341f6150c00f5ee5bfa74f62d'
* commit '5db4e88ecd32485341f6150c00f5ee5bfa74f62d':
configure: Detect Solaris libc in an OpenIndiana/illumos compatible way
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |