1046. [bug] Adjust --with-openssl help message. [RT #1880]

This commit is contained in:
Mark Andrews 2001-10-11 10:07:15 +00:00
parent ada9b8ab20
commit 61d5bfc06b
2 changed files with 5 additions and 3 deletions

View file

@ -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.

View file

@ -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