more places to look

This commit is contained in:
rsc 2005-07-13 03:56:36 +00:00
parent ca63c078d9
commit 4d0bbfacdd

View file

@ -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