On August 15, 2002 12:08 pm, Shachar Shemesh wrote:
configure.ac: Added a check for the existance of the fribidi include file. No
check for the library, as we do not statically link with it.
Like any programmer, I usually hate copying stuff around, but in this case isn't it better to simply have a copy of the fribidi heades around?
I mean, we do the runtime load and checks anyway, why do we need to have the header around? If we don't use much out of the header, I would say simply include the prototype of the functions we're calling into the dlls/gdi/fribidi.c file directly, and be done with it. No configure, no macros, no ifdefs, no mess.