summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-03-17 09:36:44 +0000
committerDiego Biurrun <diego@biurrun.de>2008-03-17 09:36:44 +0000
commit78fe7631f8988d6dbd11d5b7da20726cd584a0d0 (patch)
treed2867b0ba91289934127815c5d65b2b623436dcd /configure
parent972d628a8bb81737fe7dbe77f1b3b0dae9a07f1d (diff)
Drop unnecessary subshell invocation from BEINCLUDES check.
Originally committed as revision 12473 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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