[MPlayer-cvslog] r19314 - trunk/configure

diego subversion at mplayerhq.hu
Fri Aug 4 15:06:52 CEST 2006


Author: diego
Date: Fri Aug  4 15:06:52 2006
New Revision: 19314

Modified:
   trunk/configure

Log:
Remove one more redundant test invocation.


Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Fri Aug  4 15:06:52 2006
@@ -3655,7 +3655,7 @@
 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 -d "$I" && test -f "$I/directfb.h" ; then
+    if test -f "$I/directfb.h" ; then
       _inc_directfb="-I$I"
       _res_comment="using $_inc_directfb"
       echores "yes"



More information about the MPlayer-cvslog mailing list