Hi, On Mon, Feb 11, 2002 at 09:44:36AM +0000, Tim Waugh wrote: > sane-config --cflags shouldn't say '-I/usr/include', since that's the > default include path anyway; similarly, sane-config --libs shouldn't > say '-lc' (and it doesn't).
Can we really assume that /usr/include is included on each and every platform? Is it in the C-standard or similar text? What is the problem with explicitely mentioning "/usr/include"? Does it break anything or makes it much slower? Bye, Henning