зеркало из https://github.com/mozilla/pjs.git
Instead of testing if /dev/zero is a file, just check if it is readable. Bug #16942 r=granrose (Where are the automated configure checkins?)
This commit is contained in:
Родитель
30e40a0eee
Коммит
9f000be7b0
|
@ -8140,7 +8140,7 @@ EOF
|
|||
|
||||
echo "$ac_t""yes" 1>&6
|
||||
else
|
||||
if test -f /dev/zero; then
|
||||
if test -r /dev/zero; then
|
||||
cat >> confdefs.h <<\EOF
|
||||
#define HAVE_DEV_ZERO 1
|
||||
EOF
|
||||
|
|
Загрузка…
Ссылка в новой задаче