Ticket #33828: patch-configure.diff
File patch-configure.diff, 689 bytes (added by rachid.benshila@…, 13 years ago) |
---|
-
configure
old new 8252 8252 echo "** Could not find the png.h file, so -frames support will not be included **" 8253 8253 echo "** Install the PNG library (and development headers) to fix this **" 8254 8254 fi 8255 PNG_LIBNAME=libpng. so8255 PNG_LIBNAME=libpng.a 8256 8256 8257 8257 # Check whether --with-png_libdir was given. 8258 8258 if test "${with_png_libdir+set}" = set; then … … 8483 8483 fi 8484 8484 8485 8485 fi 8486 PNG_LIBNAME=`echo $PNG_LIBNAME | sed s/lib// | sed s/\.so//` 8486 PNG_LIBNAME=`echo $PNG_LIBNAME | sed s/lib// | sed s/\.a//` 8487 8487 8488 PNG_PRESENT=no 8488 8489 if test $PNG_INC_PRESENT = yes; then 8489 8490 if test x$PNG_LIBDIR != x; then