Mercurial > mplayer.hg
changeset 19309:2b08b397409a
Remove silly check for $_inc_directfb, it is not set beforehand.
author | diego |
---|---|
date | Fri, 04 Aug 2006 13:10:41 +0000 |
parents | 3ef491900fd6 |
children | 7049eb43e72c |
files | configure |
diffstat | 1 files changed, 0 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Fri Aug 04 13:06:52 2006 +0000 +++ b/configure Fri Aug 04 13:10:41 2006 +0000 @@ -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