MacArthur, Ian (SELEX GALILEO, UK) wrote: > (Note: is jpeg.h what we should look for? Lib jpeg-6b seems to use > jpeglib.h?)
yes, we need to test for jpeglib.h. And: "ac_cv_lib_jpeg_jpeg_CreateCompress=no # fc: is it still necessary ?" No, it is not. Should be removed. ---- So, what does --enable-local*lib mean now? --enable*=yes (--enable): use local lib unconditionally --enable*=auto (default): use system lib, if found, local lib otherwise. --enable*=no (--disable): same as auto, but with warning. Is this what is intended? No way to disable the image libs completely? This might be useful for embedded devices with static linking, or for building are shareable lib without image support. Either way, it's okay if we say that this is what we want ;-), and it is much better than before! Opinions, anybody? Albrecht _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
