fontsrv: fix on X11 when X11H is not defined
R=rsc CC=plan9port.codebot https://codereview.appspot.com/7228044
This commit is contained in:
parent
0dc3aa4b1d
commit
cac1425c4a
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
if [ "x$1" = "xx11" ]; then
|
if [ "x$1" = "xx11" ]; then
|
||||||
if [ "x$2" = "x" ]; then
|
if [ "x$2" = "x" ]; then
|
||||||
i=/usr/include
|
i="-I/usr/include"
|
||||||
else
|
else
|
||||||
i=$2
|
i=$2
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue