]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorglennrp <glennrp@git.imagemagick.org>
Thu, 10 Jan 2013 02:06:14 +0000 (02:06 +0000)
committerglennrp <glennrp@git.imagemagick.org>
Thu, 10 Jan 2013 02:06:14 +0000 (02:06 +0000)
configure.ac

index c99e3dc3f2defe909ab0ed07877a2f06b7b2c5d7..f556c458e7b270d68b49d0fa033f9b2e20b7011c 100755 (executable)
@@ -2628,6 +2628,18 @@ return 0;
         fi
 
         if test $passed -gt 0 -a $failed -le 0; then
+          if test "1${var}" = '17' ; then
+            AC_CHECK_LIB(png17,png_get_io_ptr,passed=`expr $passed + 1`,
+               failed=`expr $failed + 1`,)
+            AC_CHECK_LIB(png17,png_longjmp,passed=`expr $passed + 1`,
+               failed=`expr $failed + 1`,)
+          fi
+          if test "1${var}" = '16' ; then
+            AC_CHECK_LIB(png16,png_get_io_ptr,passed=`expr $passed + 1`,
+               failed=`expr $failed + 1`,)
+            AC_CHECK_LIB(png16,png_longjmp,passed=`expr $passed + 1`,
+               failed=`expr $failed + 1`,)
+          fi
           if test "1${var}" = '15' ; then
             AC_CHECK_LIB(png15,png_get_io_ptr,passed=`expr $passed + 1`,
                failed=`expr $failed + 1`,)