summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-09-16 13:15:13 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-09-16 13:15:13 +0000
commite90a28f7cfbcf41f821c03cafdd3070cf9f2eec4 (patch)
tree3a08e980162ea99eadf3ae9be5ce07c83320cf6a
parentbcd214aa786d30055d2e6093e645cf4df433ef87 (diff)
downloadmpv-e90a28f7cfbcf41f821c03cafdd3070cf9f2eec4.tar.bz2
mpv-e90a28f7cfbcf41f821c03cafdd3070cf9f2eec4.tar.xz
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
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index f82cd1bf62..29ef1f6707 100755
--- a/configure
+++ b/configure
@@ -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