let DirectFB find it's headers in --with-extraincdir=DIR

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12840 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
iive 2004-07-17 09:53:35 +00:00
parent 85c3622f1c
commit b074fcbc42
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -3037,7 +3037,7 @@ echores "$_tga"
echocheck "DirectFB headers presence"
if test -z "$_inc_directfb" ; then
for I in /usr/include /usr/local/include; do
for I in /usr/include /usr/local/include $_inc_extra; do
if test -d "$I/directfb" && test -f "$I/directfb/directfb.h" ; then
_inc_directfb="-I$I/directfb"
echores "yes (using $_inc_directfb)"