Minor fixups

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@17347 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2003-07-26 06:48:44 +00:00
parent e2358c5980
commit d96f5b48c8
3 changed files with 23 additions and 2 deletions

View file

@ -12,7 +12,7 @@ AC_DEFUN(AC_SYS_PROCFS,
# if test -d /proc/0; then
# but it doesn't work on my linux - /proc/0 does not exist, but /proc
# works fine
if (grep proc /etc/fstab >/dev/null 2>/dev/null); then
if (mount | grep 'proc' >/dev/null 2>/dev/null); then
ac_cv_sys_procfs=yes
# Solaris has proc, but for some reason the dir is not readable
# elif (grep proc /etc/vfstab >/dev/null 2>/dev/null); then