diff options
author | rsc <devnull@localhost> | 2007-02-22 14:27:45 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2007-02-22 14:27:45 +0000 |
commit | a741551866c6a62b75fe48ef1f81e718b17fef21 (patch) | |
tree | 696a27a6579348edaa17f338db09da3ba504ca89 /bin/9l | |
parent | 09cd35eb36124003f65a74b9011fac834a1e3c29 (diff) | |
download | plan9port-a741551866c6a62b75fe48ef1f81e718b17fef21.tar.gz plan9port-a741551866c6a62b75fe48ef1f81e718b17fef21.tar.bz2 plan9port-a741551866c6a62b75fe48ef1f81e718b17fef21.zip |
-ldraw no longer implies -lX11
Diffstat (limited to 'bin/9l')
-rwxr-xr-x | bin/9l | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |