[MPlayer-cvslog] r19315 - trunk/configure

diego subversion at mplayerhq.hu
Fri Aug 4 15:10:41 CEST 2006


Author: diego
Date: Fri Aug  4 15:10:41 2006
New Revision: 19315

Modified:
   trunk/configure

Log:
Remove silly check for $_inc_directfb, it is not set beforehand.


Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Fri Aug  4 15:10:41 2006
@@ -3652,7 +3652,6 @@
 echores "$_tga"
 
 echocheck "DirectFB headers presence"
-if test -z "$_inc_directfb" ; then
   for I in /usr/include/directfb /usr/local/include/directfb /usr/include \
            /usr/local/include `echo $_inc_extra | sed s/-I//g`; do
     if test -f "$I/directfb.h" ; then
@@ -3666,10 +3665,6 @@
     _directfb=no
     echores "not found"
   fi
-else
-  _res_comment="using $_inc_directfb"
-  echores "yes"
-fi
 
 echocheck "DirectFB"
 if test "$_directfb" = auto ; then



More information about the MPlayer-cvslog mailing list