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
This commit is contained in:
diego 2007-07-14 15:16:34 +00:00
parent 88e8b54a16
commit a00098bbbc
1 changed files with 0 additions and 5 deletions

5
configure vendored
View File

@ -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; }