mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
Disable procfs for solaris
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@17568 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
bb9d654544
commit
f153894615
3 changed files with 12 additions and 6 deletions
7
configure
vendored
7
configure
vendored
|
@ -11763,12 +11763,13 @@ else
|
|||
# works fine
|
||||
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
|
||||
# ac_cv_sys_procfs=yes
|
||||
else
|
||||
ac_cv_sys_procfs=no
|
||||
fi
|
||||
case "$target_os" in
|
||||
# Solaris has proc, but it is not readable
|
||||
solaris*) ac_cv_sys_procfs=no;;
|
||||
esac
|
||||
elif test "$enable_procfs" = cross; then
|
||||
{ echo "$as_me:$LINENO: WARNING: Pass --enable-procfs argument to enable use of /proc filesystem." >&5
|
||||
echo "$as_me: WARNING: Pass --enable-procfs argument to enable use of /proc filesystem." >&2;}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue