Mercurial > mplayer.hg
changeset 19308:3ef491900fd6
Remove one more redundant test invocation.
author | diego |
---|---|
date | Fri, 04 Aug 2006 13:06:52 +0000 |
parents | e9a8439b24c1 |
children | 2b08b397409a |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Fri Aug 04 13:03:39 2006 +0000 +++ b/configure Fri Aug 04 13:06:52 2006 +0000 @@ -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"