From fd15ca4163058e139bea01c79e03dbfdff996cef Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 21 Sep 2008 22:56:53 +0000 Subject: Make sure -I. appears before all other -I flags. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27655 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 576b3b4209..1eefd2080b 100755 --- a/configure +++ b/configure @@ -1362,7 +1362,7 @@ if test "$_runtime_cpudetection" = yes && ! x86 && ! ppc; then fi -_inc_extra="$_inc_extra -I." +_inc_extra="-I. $_inc_extra" _timer=timer-linux.c _getch=getch2.c if freebsd ; then -- cgit v1.2.3