Do not clobber _inc_extra variable when setting initial include flags.

based on patch by Andrew Wason, rectalogic rectalogic com


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27630 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-09-16 13:15:13 +00:00
parent bcd214aa78
commit e90a28f7cf
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -1354,7 +1354,7 @@ if test "$_runtime_cpudetection" = yes && ! x86 && ! ppc; then
fi
_inc_extra=-I.
_inc_extra="$_inc_extra -I."
_timer=timer-linux.c
_getch=getch2.c
if freebsd ; then