summaryrefslogtreecommitdiff
blob: 60204718154f3e2e4a92d61ff5e7338d2b437ce8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/pngcrush.c
+++ b/pngcrush.c
@@ -5520,8 +5520,10 @@
                      * they were already checked in the pngcrush_measure_idat
                      * function
                      */
+# ifdef PNG_IGNORE_ADLER32
                     png_set_option(read_ptr, PNG_IGNORE_ADLER32,
                         PNG_OPTION_ON);
+# endif
                     png_set_crc_action(read_ptr, PNG_CRC_QUIET_USE,
                                        PNG_CRC_QUIET_USE);
                 }