# HG changeset patch # User diego # Date 1222037813 0 # Node ID 788490ed5ce2333c27c983ac73f49f12960fd6c4 # Parent 524f6a87cd2329004cd2f43487f1667960bd5fc8 Make sure -I. appears before all other -I flags. diff -r 524f6a87cd23 -r 788490ed5ce2 configure --- 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