K 10 svn:author V 6 obrien K 8 svn:date V 27 2003-12-15T07:45:53.000000Z K 7 svn:log V 442 * Deal with GCC's configurary's assumption that /usr/local/{include,lib} are searched automatically by the compiler by using --with-libiconv-prefix. W/o --with-libiconv-prefix, 'configure' finds the lib, but not the header. During the make, neither will be found; a lot of inconsistency here... * Deal with GCC's configurary's brokenness WRT --with-libiconv-prefix due not actually passing the found header path to CFLAGS in any way. END