> Odd - that is not what I find. On this box, if I "move aside" my system > jpeg libs and then configure like this, so that we should "auto-detect" ../.. > it works Interesting, now I think I understand what's happening : I does detect that a jpeg lib is not available on your path and therefore disable the option correctly (I just verified that too). But if you try (as I did first) just to rename only your include jpeg.h file while keeping the jpegs libs in your lib path, it still decide to use the system lib and then will simply fail to compile.
>From this, we now understand that there is an automatic decision made possibly >based only on the lib existence in the lib path, but no header considerations >are determining this choice, which is IMHO not sufficient. Also, now I really don't understand at all how automatic mode works in the autoconf system :-( Fabien _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
