changeset 27623:788490ed5ce2

Make sure -I. appears before all other -I flags.
author diego
date Sun, 21 Sep 2008 22:56:53 +0000
parents 524f6a87cd23
children 905e9c7ac862
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Sat Sep 20 19:41:13 2008 +0000
+++ b/configure	Sun Sep 21 22:56:53 2008 +0000
@@ -1362,7 +1362,7 @@
 fi
 
 
-_inc_extra="$_inc_extra -I."
+_inc_extra="-I. $_inc_extra"
 _timer=timer-linux.c
 _getch=getch2.c
 if freebsd ; then