Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
b819a478
Commit
b819a478
authored
Nov 07, 2017
by
Mark Andrews
Browse files
4808. [bug] Properly test for zlib.h. [RT #46504]
parent
7e1df518
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
b819a478
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]
...
...
configure.in
View file @
b819a478
...
...
@@ -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"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment