On Fri, 20 May 2005 13:11:47 +0200, you wrote: > Thanks, that solved the problem; > Would it be possible to make configure warn about the gif library (and > disable using it) when it's the wrong library version? Just an idea (no > I don't have any experience with hacking configure scripts)
You need to modify configure.ac and then run autoconf to create a new configure script. I have done it a few times, and had to re-learn how it works each time. As usual, looking for similar features as the one you want to add and then take that as an example is a good idea. Rein.