fontsrv: fix on X11 when X11H is not defined

R=rsc
CC=plan9port.codebot
https://codereview.appspot.com/7228044
This commit is contained in:
Alessandro Arzilli 2013-01-30 17:46:16 -08:00 committed by Russ Cox
parent 0dc3aa4b1d
commit cac1425c4a

View file

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