From ba5c8a827d31d4e85702c98c57f05976416f501b Mon Sep 17 00:00:00 2001 From: diego Date: Fri, 4 Aug 2006 13:06:52 +0000 Subject: Remove one more redundant test invocation. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19314 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 1ef13140f9..2bec29340e 100755 --- a/configure +++ b/configure @@ -3655,7 +3655,7 @@ 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 -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" -- cgit v1.2.3