2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

4808. [bug] Properly test for zlib.h. [RT #46504]

This commit is contained in:
Mark Andrews
2017-11-07 10:11:55 +11:00
parent 7e1df5182c
commit b819a478b7
2 changed files with 3 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
4808. [bug] Properly test for zlib.h. [RT #46504]
4807. [cleanup] isc_rng_randombytes() returns a specified number of
bytes from the PRNG; this is now used instead of
calling isc_rng_random() multiple times. [RT #46230]

View File

@@ -2652,7 +2652,7 @@ case "$with_zlib" in
done
;;
*)
if test -f "${with_zlib}/zlib.h"
if test -f "${with_zlib}/include/zlib.h"
then
zlib_cflags="-I${with_zlib}/include"
LIBS="$LIBS -L${with_zlib}/lib"