summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-01-10 22:58:32 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-01-10 22:58:32 +0000
commitef9578fe0c349e5e48637970dbc8a61c30719f99 (patch)
tree336f1c12501fe4c7f3d126595455c27496529598 /configure
parent483bfa8555ec3a971c084f3af3d1561268ec5173 (diff)
downloadmpv-ef9578fe0c349e5e48637970dbc8a61c30719f99.tar.bz2
mpv-ef9578fe0c349e5e48637970dbc8a61c30719f99.tar.xz
10l, typo breaks compilation because HAVE_SYS_MMAN_H is not set correctly
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21877 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index e0164a2c53..4050cab82b 100755
--- a/configure
+++ b/configure
@@ -7485,7 +7485,7 @@ HAVE_PTHREADS = $_pthreads
HAVE_XVMC_ACCEL = $_xvmc
-HAVE_SYS_MMAN_H = _mman
+HAVE_SYS_MMAN_H = $_mman
NEED_FSEEKO = $_need_fseeko
NEED_FTELLO = $_need_ftello