Drop unnecessary subshell invocation from BEINCLUDES check.
Originally committed as revision 12473 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
2
configure
vendored
2
configure
vendored
@@ -1170,7 +1170,7 @@ case $targetos in
|
|||||||
# no need for libm, but the inet stuff
|
# no need for libm, but the inet stuff
|
||||||
# Check for BONE
|
# Check for BONE
|
||||||
# XXX: actually should check for NOT net_server
|
# 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"
|
network_extralibs="-lbind -lsocket"
|
||||||
else
|
else
|
||||||
enable beos_netserver
|
enable beos_netserver
|
||||||
|
Reference in New Issue
Block a user