From e90a28f7cfbcf41f821c03cafdd3070cf9f2eec4 Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 16 Sep 2008 13:15:13 +0000 Subject: 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 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') 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 -- cgit v1.2.3