From 78fe7631f8988d6dbd11d5b7da20726cd584a0d0 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 17 Mar 2008 09:36:44 +0000 Subject: Drop unnecessary subshell invocation from BEINCLUDES check. Originally committed as revision 12473 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 54d03d36d1..0ff7cd2af8 100755 --- a/configure +++ b/configure @@ -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 -- cgit v1.2.3