devdraw: disable Lion warning
R=rsc http://codereview.appspot.com/5132045
This commit is contained in:
parent
2860591b68
commit
6135b41c7d
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ if [ "x$WSYSTYPE" = "x" ]; then
|
||||||
if sw_vers | grep 'ProductVersion: 10\.[0-5]\.' >/dev/null; then
|
if sw_vers | grep 'ProductVersion: 10\.[0-5]\.' >/dev/null; then
|
||||||
WSYSTYPE=osx
|
WSYSTYPE=osx
|
||||||
else
|
else
|
||||||
echo 1>&2 'WARNING: OS X Lion is not working. Copy binaries from a Snow Leopard system.'
|
#echo 1>&2 'WARNING: OS X Lion is not working. Copy binaries from a Snow Leopard system.'
|
||||||
WSYSTYPE=osx-cocoa
|
WSYSTYPE=osx-cocoa
|
||||||
fi
|
fi
|
||||||
elif [ -d "$X11" ]; then
|
elif [ -d "$X11" ]; then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue