summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorJohn Koleszar <jkoleszar@google.com>2011-05-06 00:05:10 -0400
committerJohn Koleszar <jkoleszar@google.com>2011-05-06 00:05:11 -0400
commite965d8f6f3d7079bbccac975e057d2b2daa0e20c (patch)
tree16a582e87849ead43bbedc46f8eea9691dc7b3df /build
parent7f1c9c6a130573fc9293b4d5c1ec4ddb4b4ff4d6 (diff)
parenteb16f00cf25e54f08c5a9ec25a8780ca708a2c3a (diff)
downloadlibvpx-e965d8f6f3d7079bbccac975e057d2b2daa0e20c.tar
libvpx-e965d8f6f3d7079bbccac975e057d2b2daa0e20c.tar.gz
libvpx-e965d8f6f3d7079bbccac975e057d2b2daa0e20c.tar.bz2
libvpx-e965d8f6f3d7079bbccac975e057d2b2daa0e20c.zip
Merge remote branch 'origin/master' into experimental
Change-Id: Ib6c8596030140ed2b5e1dea76de024d27ad8ed86
Diffstat (limited to 'build')
-rwxr-xr-xbuild/make/configure.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/make/configure.sh b/build/make/configure.sh
index 3324be36e..28a0247d8 100755
--- a/build/make/configure.sh
+++ b/build/make/configure.sh
@@ -980,6 +980,9 @@ EOF
esac
fi
+ # for sysconf(3) and friends.
+ check_header unistd.h
+
# glibc needs these
if enabled linux; then
add_cflags -D_LARGEFILE_SOURCE