-ldraw no longer implies -lX11

This commit is contained in:
rsc 2007-02-22 14:27:45 +00:00
parent 09cd35eb36
commit a741551866
3 changed files with 4 additions and 1 deletions

2
bin/9l
View file

@ -168,7 +168,7 @@ then
libsl="$libsl -lresolv"
fi
if [ "x$needdraw" = xtrue -a "x$WSYSTYPE" != xnowsys ]
if [ "x$needX11" = xtrue -a "x$WSYSTYPE" != xnowsys ]
then
if [ "x$X11" = "x" ]
then