[FFmpeg-cvslog] r12473 - trunk/configure

diego subversion
Mon Mar 17 10:36:44 CET 2008


Author: diego
Date: Mon Mar 17 10:36:44 2008
New Revision: 12473

Log:
Drop unnecessary subshell invocation from BEINCLUDES check.


Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Mon Mar 17 10:36:44 2008
@@ -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




More information about the ffmpeg-cvslog mailing list