mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
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:
parent
e2358c5980
commit
d96f5b48c8
3 changed files with 23 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue