summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAlexander Strange <astrange@ithinksw.com>2008-03-19 10:11:16 +0000
committerDiego Biurrun <diego@biurrun.de>2008-03-19 10:11:16 +0000
commitb58412f10640489ed9fe929a0f2ca116d9d19e53 (patch)
tree5aeba9b42e819913cd5a5d0e1ec19084149c98df /configure
parent3540b950ec55343a4cfc02f73783bb90df34252b (diff)
Check for sys/mman.h and set appropriate definitions.
patch by Alexander Strange, astrange ithinksw com Originally committed as revision 12503 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index c81375bc8d..46996db35b 100755
--- a/configure
+++ b/configure
@@ -754,6 +754,7 @@ HAVE_LIST="
socklen_t
soundcard_h
poll_h
+ sys_mman_h
sys_select_h
sys_soundcard_h
termios_h
@@ -1597,6 +1598,7 @@ check_header byteswap.h
check_header conio.h
check_header dlfcn.h
check_header malloc.h
+check_header sys/mman.h
check_header termios.h
if ! enabled_any memalign memalign_hack && enabled need_memalign ; then