Ticket #33828: patch-configure.diff

File patch-configure.diff, 689 bytes (added by rachid.benshila@…, 12 years ago)
  • configure

    old new  
    82528252        echo "** Could not find the png.h file, so -frames support will not be included  **"
    82538253        echo "** Install the PNG library (and development headers) to fix this           **"
    82548254fi
    8255 PNG_LIBNAME=libpng.so
     8255PNG_LIBNAME=libpng.a
    82568256
    82578257# Check whether --with-png_libdir was given.
    82588258if test "${with_png_libdir+set}" = set; then
     
    84838483fi
    84848484
    84858485fi
    8486 PNG_LIBNAME=`echo $PNG_LIBNAME | sed s/lib// | sed s/\.so//`
     8486PNG_LIBNAME=`echo $PNG_LIBNAME | sed s/lib// | sed s/\.a//`
     8487
    84878488PNG_PRESENT=no
    84888489if test $PNG_INC_PRESENT = yes; then
    84898490        if test x$PNG_LIBDIR != x; then