$WSYSTYPE not WSYSTYPE
This commit is contained in:
parent
031c900094
commit
b90bacec60
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ fi
|
|||
echo 'WSYSTYPE='$WSYSTYPE
|
||||
echo 'X11='$X11
|
||||
|
||||
if [ WSYSTYPE = x11 ]; then
|
||||
if [ $WSYSTYPE = x11 ]; then
|
||||
echo 'CFLAGS=$CFLAGS -I$X11/include'
|
||||
echo 'HFILES=$HFILES $XHFILES'
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue