> #1949 - this addresses a bug in configure whereby config.h is not
> correctly set to support RGBA PNG files. Seems to affect all
> configure based platforms in my tests. The proposed change is (I
> believe) benign. Other opinions welcome.
Well, I had a look at that one here's some remarks:
- Your proposed patch seems ok for the localpng option,
but I think you should not force these flags for sys png lib mode
- I say ùsee,s okù because I find the lines 580-582 of configure.in highly
suspect:
[if test x$enable_localpng = xyes; then
ac_cv_lib_png_png_set_tRNS_to_alpha=no
fi])
In effect, this disable one of the variable you enable if in local mode.
Your patch is probably right anyway but it should be noted.
> Thanks in advance,
> Ian
You're welcome,
I'm really glad that you joined us after all these years of great involvement
in fltk!
Congrats and welcome to the club :-)
Fabien
_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev