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

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19315 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-08-04 13:10:41 +00:00
parent ba5c8a827d
commit 79f3951cef
1 changed files with 0 additions and 5 deletions

5
configure vendored
View File

@ -3652,7 +3652,6 @@ fi
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 @@ if test -z "$_inc_directfb" ; then
_directfb=no
echores "not found"
fi
else
_res_comment="using $_inc_directfb"
echores "yes"
fi
echocheck "DirectFB"
if test "$_directfb" = auto ; then