mirror of
https://github.com/mpv-player/mpv
synced 2025-03-20 18:28:01 +00:00
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:
parent
88e8b54a16
commit
a00098bbbc
5
configure
vendored
5
configure
vendored
@ -3307,11 +3307,6 @@ fi
|
|||||||
echores "$_shm"
|
echores "$_shm"
|
||||||
|
|
||||||
|
|
||||||
# XXX: FIXME, add runtime checking
|
|
||||||
echocheck "linux devfs"
|
|
||||||
echores "$_linux_devfs"
|
|
||||||
|
|
||||||
|
|
||||||
echocheck "scandir()"
|
echocheck "scandir()"
|
||||||
cat > $TMPC << EOF
|
cat > $TMPC << EOF
|
||||||
int main (void) { scandir("", 0, 0, 0); alphasort(0, 0); return 0; }
|
int main (void) { scandir("", 0, 0, 0); alphasort(0, 0); return 0; }
|
||||||
|
Loading…
Reference in New Issue
Block a user