summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-07-14 15:16:34 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-07-14 15:16:34 +0000
commita00098bbbc1f01509f001d990a928acbcd8a8a4e (patch)
treea801e5e6e0a279d01bb4f585178c64ce2d42d35d /configure
parent88e8b54a16e96eb17c9b7f62a5114e7388efb863 (diff)
downloadmpv-a00098bbbc1f01509f001d990a928acbcd8a8a4e.tar.bz2
mpv-a00098bbbc1f01509f001d990a928acbcd8a8a4e.tar.xz
Let us not pretend to be checking for devfs when we are not.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23784 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure b/configure
index 3c20b65702..0f63f3d599 100755
--- a/configure
+++ b/configure
@@ -3307,11 +3307,6 @@ fi
echores "$_shm"
-# XXX: FIXME, add runtime checking
-echocheck "linux devfs"
-echores "$_linux_devfs"
-
-
echocheck "scandir()"
cat > $TMPC << EOF
int main (void) { scandir("", 0, 0, 0); alphasort(0, 0); return 0; }