On 02/12/2018 01:31 PM, Werner LEMBERG wrote: >>> - if test $HAVE_PNG = no; then >>> + if test $HAVE_PNG = yes; then >>> + LIBPNG="$PNG_LIBS" >>> + else >> Thanks, Glenn. Werner, does that work for you? > It works just fine, thanks! > > > Werner Thanks for checking. I installed the attached patch, which attempts to implement Glenn's suggestion.