提交 78fe7631 编写于 作者: D Diego Biurrun

Drop unnecessary subshell invocation from BEINCLUDES check.

Originally committed as revision 12473 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 972d628a
......@@ -1170,7 +1170,7 @@ case $targetos in
# no need for libm, but the inet stuff
# Check for BONE
# XXX: actually should check for NOT net_server
if (echo $BEINCLUDES | grep -q 'headers/be/bone'); then
if echo $BEINCLUDES | grep -q 'headers/be/bone'; then
network_extralibs="-lbind -lsocket"
else
enable beos_netserver
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册