mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-24 11:41:58 +00:00
oops
This commit is contained in:
parent
d159da849c
commit
ed12a647df
1 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ if [ "x$WSYSTYPE" = "x" ]; then
|
|||
fi
|
||||
fi
|
||||
|
||||
if [ "x$WSYSTYPE" = "xX11" -a "x$X11H" = "x" ]; then
|
||||
if [ "x$WSYSTYPE" = "xx11" -a "x$X11H" = "x" ]; then
|
||||
if [ -d "$X11/include" ]; then
|
||||
X11H="-I$X11/include"
|
||||
else
|
||||
|
@ -37,7 +37,7 @@ echo 'WSYSTYPE='$WSYSTYPE
|
|||
echo 'X11='$X11
|
||||
|
||||
if [ $WSYSTYPE = x11 ]; then
|
||||
echo 'CFLAGS=$CFLAGS $X11H'
|
||||
echo 'CFLAGS=$CFLAGS '$X11H
|
||||
echo 'HFILES=$HFILES $XHFILES'
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue