summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-12-14 22:07:26 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-12-14 22:14:01 +0100
commitf357ef2e0ce189955f1a7681ae658432efeb17b3 (patch)
treee22c6728efa4ddeec177460a28e1e83c4348939c /configure
parent892562e9218b0ae55c5ad7abb5b49bafcdc922ff (diff)
parent5db4e88ecd32485341f6150c00f5ee5bfa74f62d (diff)
downloadffmpeg-streaming-f357ef2e0ce189955f1a7681ae658432efeb17b3.zip
ffmpeg-streaming-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-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index f2dede0..e36f852 100755
--- a/configure
+++ b/configure
@@ -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
OpenPOWER on IntegriCloud