more places to look
This commit is contained in:
parent
ca63c078d9
commit
4d0bbfacdd
@ -7,6 +7,10 @@ if [ "x$X11" = "x" ]; then
|
|||||||
X11=/usr/X11R6
|
X11=/usr/X11R6
|
||||||
elif [ -d /usr/local/X11R6 ]; then
|
elif [ -d /usr/local/X11R6 ]; then
|
||||||
X11=/usr/local/X11R6
|
X11=/usr/local/X11R6
|
||||||
|
elif [ -d /usr/X ]; then
|
||||||
|
X11=/usr/X
|
||||||
|
elif [ -d /usr/openwin ]; then # for Sun
|
||||||
|
X11=/usr/openwin
|
||||||
else
|
else
|
||||||
X11=noX11dir
|
X11=noX11dir
|
||||||
fi
|
fi
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user