From b074fcbc42d0ffb86d4e40592090c52d1a89dbbe Mon Sep 17 00:00:00 2001 From: iive Date: Sat, 17 Jul 2004 09:53:35 +0000 Subject: 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 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index a1f94a3647..86df8acf99 100755 --- a/configure +++ b/configure @@ -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)" -- cgit v1.2.3