changeset 27598:8645ed44c8d3

Do not clobber _inc_extra variable when setting initial include flags. based on patch by Andrew Wason, rectalogic rectalogic com
author diego
date Tue, 16 Sep 2008 13:15:13 +0000
parents 62db90e27a63
children 9821950a390d
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Tue Sep 16 12:44:32 2008 +0000
+++ b/configure	Tue Sep 16 13:15:13 2008 +0000
@@ -1354,7 +1354,7 @@
 fi
 
 
-_inc_extra=-I.
+_inc_extra="$_inc_extra -I."
 _timer=timer-linux.c
 _getch=getch2.c
 if freebsd ; then