mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
1046. [bug] Adjust --with-openssl help message. [RT #1880]
This commit is contained in:
parent
ada9b8ab20
commit
61d5bfc06b
2 changed files with 5 additions and 3 deletions
2
CHANGES
2
CHANGES
|
|
@ -1,3 +1,5 @@
|
|||
1046. [bug] Adjust --with-openssl help message. [RT #1880]
|
||||
|
||||
1045. [bug] It was possible to skip saving glue for a nameserver
|
||||
for a stub zone.
|
||||
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)dnl
|
|||
esyscmd([sed "s/^/# /" COPYRIGHT])dnl
|
||||
AC_DIVERT_POP()dnl
|
||||
|
||||
AC_REVISION($Revision: 1.303 $)
|
||||
AC_REVISION($Revision: 1.304 $)
|
||||
|
||||
AC_INIT(lib/dns/name.c)
|
||||
AC_PREREQ(2.13)
|
||||
|
|
@ -301,8 +301,8 @@ AC_C_BIGENDIAN
|
|||
#
|
||||
AC_MSG_CHECKING(for OpenSSL library)
|
||||
AC_ARG_WITH(openssl,
|
||||
[ --with-openssl=PATH Specify path for system-supplied openssl
|
||||
(required for DNSSEC)],
|
||||
[ --with-openssl[=PATH] Build with OpenSSL [yes|no|path].
|
||||
(Required for DNSSEC)],
|
||||
use_openssl="$withval", use_openssl="no")
|
||||
|
||||
case "$use_openssl" in
|
||||
|
|
|
|||
Loading…
Reference in a new issue