Commit 48e14cf
committed
Fail early when building ext/gd without ext/zlib
The bundled libgd relies on zlib; we're setting up the library, but
don't check for the header (which is included by gd_gd2.c), which may
pass configure, although the build fails. We better fail early if the
required header is not available.1 parent 89db321 commit 48e14cf
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
0 commit comments